yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #44416
[Bug 1533013] [NEW] L2pop raises exception when deleting an unbound port
Public bug reported:
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.
** Affects: neutron
Importance: Low
Assignee: Assaf Muller (amuller)
Status: In Progress
** Tags: l2-pop
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1533013
Title:
L2pop raises exception when deleting an unbound port
Status in neutron:
In Progress
Bug 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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1533013/+subscriptions
Follow ups