yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #32122
[Bug 1446376] [NEW] Not Authorized response from neutron causes nova to traceback with AttributeError
Public bug reported:
version: stable/icehouse from 2014.2.2 onwards (does not impact
stable/{juno|kilo})
nova-api fails to handle Not Authorized from neutron:
2015-04-20 00:49:29.399 22741 TRACE nova.api.openstack action_result = self.dispatch(meth, request, action_args)
2015-04-20 00:49:29.399 22741 TRACE nova.api.openstack File "/usr/lib/python2.6/site-packages/nova/api/openstack/wsgi.py", line 1078, in dispatch
2015-04-20 00:49:29.399 22741 TRACE nova.api.openstack return method(req=request, **action_args)
2015-04-20 00:49:29.399 22741 TRACE nova.api.openstack File "/usr/lib/python2.6/site-packages/nova/api/openstack/compute/contrib/floating_ips.py", line 187, in delete
2015-04-20 00:49:29.399 22741 TRACE nova.api.openstack except exception.Forbidden:
2015-04-20 00:49:29.399 22741 TRACE nova.api.openstack AttributeError: 'module' object has no attribute 'Forbidden'
due to a bad backport landed in upstream stable/icehouse:
https://github.com/openstack/nova/commit/4bc680f2
which uses a juno-era exception class.
Turns out this broken patch has been in the last two upstream
stable/icehouse releases (2014.2.3, 2104.2.4).
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1446376
Title:
Not Authorized response from neutron causes nova to traceback with
AttributeError
Status in OpenStack Compute (Nova):
New
Bug description:
version: stable/icehouse from 2014.2.2 onwards (does not impact
stable/{juno|kilo})
nova-api fails to handle Not Authorized from neutron:
2015-04-20 00:49:29.399 22741 TRACE nova.api.openstack action_result = self.dispatch(meth, request, action_args)
2015-04-20 00:49:29.399 22741 TRACE nova.api.openstack File "/usr/lib/python2.6/site-packages/nova/api/openstack/wsgi.py", line 1078, in dispatch
2015-04-20 00:49:29.399 22741 TRACE nova.api.openstack return method(req=request, **action_args)
2015-04-20 00:49:29.399 22741 TRACE nova.api.openstack File "/usr/lib/python2.6/site-packages/nova/api/openstack/compute/contrib/floating_ips.py", line 187, in delete
2015-04-20 00:49:29.399 22741 TRACE nova.api.openstack except exception.Forbidden:
2015-04-20 00:49:29.399 22741 TRACE nova.api.openstack AttributeError: 'module' object has no attribute 'Forbidden'
due to a bad backport landed in upstream stable/icehouse:
https://github.com/openstack/nova/commit/4bc680f2
which uses a juno-era exception class.
Turns out this broken patch has been in the last two upstream
stable/icehouse releases (2014.2.3, 2104.2.4).
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1446376/+subscriptions
Follow ups
References