juju-solutions / layer-caas-base

Base layer for CaaS charms
Apache License 2.0
2 stars 7 forks source link

Fix config.changed triggers not being fired #20

Closed johnsca closed 1 year ago

johnsca commented 5 years ago

The flag initialization needs to happen at the proper time during init so that the triggers are available.

Quicker fix than pulling the flags into the framework, but we should do that eventually.

Fixes #16