yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #58018
[Bug 1540555] Re: Nobody listens to network delete notifications (OVS specific)
My concern is that correct behavior would be not to write to non
existent topic. Looks like some code currently common to both backend
drivers should be moved lower to a specific backend and removed from the
others.
** Summary changed:
- Nobody listens to network delete notifications
+ Nobody listens to network delete notifications (OVS specific)
** Changed in: neutron
Status: Invalid => New
--
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:
New
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