Comment 3 for bug 1915514

Revision history for this message
George Kraft (cynerva) wrote :

Looks like interface-openstack-integration's ready handling code[1] will need to be updated to use manage_flags[2] to ensure the ready flag is cleared before reactive handlers run.

[1]: https://github.com/juju-solutions/interface-openstack-integration/blob/0d7a994f04b9e92ed847829ce8349b1a9c672e47/requires.py#L74-L86
[2]: https://github.com/juju-solutions/charms.reactive/blob/f4f5ac61713a5544c3c522fa5873157a383241d7/charms/reactive/endpoints.py#L253-L261