Comment 4 for bug 1586731

Revision history for this message
Felix Huettner (felix.huettner) wrote :

This bug actually still exists and is not expected behaviour.
A restart of all other openstack services does not lead to stray fanout queues being left in rabbitmq.

I could trace this behaviour to a failure to close the rabbitmq connections of the RemoteResourceCache.
Please find a minimal patch for this below.

This gets rid of the fanout queues for Port, subnet, network, securitygroup, securitygrouprule and addressgroup. However there are still the ones for SubPort and Trunk left since i did not find out where i can close the connections there.