Comment 2 for bug 1708459

Revision history for this message
Edward Hope-Morley (hopem) wrote :

The cause of this appears to simply be that the neutron-api charm will always (unless the unit is paused) do a db init - https://github.com/openstack/charm-neutron-api/blob/master/hooks/neutron_api_hooks.py#L364

We should implement the db init check that already exists in the cinder charm to protect against this.