Comment 5 for bug 1874864

Revision history for this message
Cory Johns (johnsca) wrote :

The fact that the LB itself is not being cleaned up indicates that the stop hook [1] is either not running or being interrupted, during model destruction. I'm attaching Juju to this bug because my expectation is that the destruction would wait until the stop hook has run.

Just to confirm, Jeff: I trust that you are using neither --force nor --no-wait when destroying the model?

[1]: https://github.com/juju-solutions/charm-openstack-integrator/blob/master/reactive/openstack.py#L125-L128