yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #90014
[Bug 1540555] Re: Nobody listens to network delete notifications (OVS specific)
Bug closed due to lack of activity, please feel free to reopen if
needed.
** Changed in: neutron
Status: New => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1540555
Title:
Nobody listens to network delete notifications (OVS specific)
Status in neutron:
Won't Fix
Bug description:
Here it can be seen that agents are notified of network delete event:
https://github.com/openstack/neutron/blob/8.0.0.0b2/neutron/plugins/ml2/rpc.py#L304
But on the agent side only network update events are being listened:
https://github.com/openstack/neutron/blob/8.0.0.0b2/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L374
That was uncovered during testing of Pika driver, because it does not
allow to send messages to queues which do not exist, unlike current
Rabbit (Kombu) driver. That behaviour will probably be changed in Pika
driver, but still it is worthy to get rid of unnecessary notifications
on Neutron side.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1540555/+subscriptions
References