** Changed in: nova/grizzly
Status: Fix Committed => Fix Released
--
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/1163552
Title:
_error_out_instance_on_exception not playing well with eventlet
Status in OpenStack Compute (Nova):
Fix Committed
Status in OpenStack Compute (nova) grizzly series:
Fix Released
Bug description:
The _error_out_instnace_on_exception function in compute manager is
supposed to reraise the original exception.
Unfortunately, it sometimes attempts to raise `None`. The reason is
that Eventlet clears the exception stack when switching green-threads,
and the quotas call is outside the code to guard against that.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1163552/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp