From: Jenkins Date: Fri, 27 Feb 2015 11:59:38 +0000 (+0000) Subject: Merge "Remove port from ovsdb after its deletion" X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9d5e2b9b01c077c2d850b21929e36b466b86cd5f;p=openstack-build%2Fneutron-build.git Merge "Remove port from ovsdb after its deletion" --- 9d5e2b9b01c077c2d850b21929e36b466b86cd5f diff --cc neutron/plugins/openvswitch/agent/ovs_neutron_agent.py index a500187ba,b3199421b..33847f534 --- a/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py +++ b/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py @@@ -292,9 -294,9 +292,10 @@@ class OVSNeutronAgent(sg_rpc.SecurityGr self.endpoints = [self] # Define the listening consumers for the agent consumers = [[topics.PORT, topics.UPDATE], + [topics.PORT, topics.DELETE], [topics.NETWORK, topics.DELETE], [constants.TUNNEL, topics.UPDATE], + [constants.TUNNEL, topics.DELETE], [topics.SECURITY_GROUP, topics.UPDATE], [topics.DVR, topics.UPDATE]] if self.l2_pop: