Bug #2019314 “On shutdown, linuxbridge agent queue on rabbitmq i…” : Bugs : neutron
This bug mimics https:/
In that bug, the path to oslo_messaging was added, but the close method was not called in the linuxbridge agent
Example patch:
— /usr/lib/
+++ /usr/lib/
@@ -116,6 +116,7 @@
if graceful and self.quitting_
+ self.connection
def reset(self):
Read more here: Source link
