Activity log for bug #1533013

Date Who What changed Old value New value Message
2016-01-12 01:23:19 Assaf Muller bug added bug
2016-01-12 02:36:44 Assaf Muller description Some brilliant individual introduced a regression during a refactor (https://review.openstack.org/#/c/263471/) that causes an exception to be raised when an unbound port is deleted. For example: neutron port-create --name=port some_network neutron port-delete port Deleted port: port In the neutron-server log we can see: http://paste.openstack.org/show/483517/ Apart from the scary TRACE there's no real implications. What should have happened is an early return, so the l2pop mech driver shouldn't be doing anything in this case, and it's spamming the log with bogus information instead. Some brilliant individual introduced a regression during a refactor (https://review.openstack.org/#/c/263471/) that causes an exception to be raised when an unbound port is deleted. For example: neutron port-create --name=port some_network neutron port-delete port Deleted port: port In the neutron-server log we can see: http://paste.openstack.org/show/483517/ Apart from the scary TRACE there's no real implications. What should have happened is an early return, so the l2pop mech driver shouldn't be doing anything in this case, and it's spamming the log with bogus information instead. Similarly, when updating the IP address of an unbound port, a 'chg_ip' RPC message is fanout when there's no need to do so.
2016-01-16 03:22:15 OpenStack Infra neutron: status In Progress Fix Released
2017-03-13 21:45:35 Vaishali Pavashe bug added subscriber Vaishali Pavashe
2017-03-28 02:56:10 冯龙飞 bug task added networking-generic-switch
2017-05-05 13:05:47 OpenStack Infra tags l2-pop in-stable-ocata l2-pop