yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #16058
[Bug 1311758] Re: OpenDaylight ML2 Mechanism Driver does not handle authentication errors
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1311758
Title:
OpenDaylight ML2 Mechanism Driver does not handle authentication
errors
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
This behaviour was noticed when troubleshooting a misconfiguration.
Authentication with ODL was failing and the exception was being ignored.
In the "sync_resources" method of the ODL Mechanism Driver, HTTPError exceptions with a status code of 404 are handled but the exception is not re-raised if the status code is not 404.
It is preferable to re-raise this exception.
In addition it would be helpful if the "obtain_auth_cookies" should
throw a more specific exception than HTTPError when authentication
with the ODL controller fails.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1311758/+subscriptions
References