yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #50495
[Bug 1570833] Re: No ports have port_id starting with mac repeated in neutron server log
I am abandoning this change. I will make changes in networking-powervm
which will avoid rpc for internal ports.
** Changed in: neutron
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1570833
Title:
No ports have port_id starting with mac repeated in neutron server log
Status in neutron:
Invalid
Bug description:
"No ports have port_id starting with <mac>" message is repeated in
neutron server log. After investigation, found that these correspond
to ports on host but not managed by neutron. Neutron agent tries to
find these ports to update and fails with these messages.
get_bound_port_context in neutron/plugins/ml2/plugin.py tries to find
these ports in database and fails with NoResultFound exception. While
handling this exception, a warning message is printed, this needs to
be converted to debug instead of info. Then unless debug is enabled,
this message will not appear in neutron server log.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1570833/+subscriptions
References