yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13569
[Bug 1307416] [NEW] Unshelve instance needs handling exceptions
Public bug reported:
There are some cases not handled when we unshelve an instance in the
conductor.
nova/conductor/manager.py#823
if the key shelved_image_id is not defined this will raise an KeyError not handled.
Also when the shelved_image_id is set to None, the error is not correctly handled and the message could be confusing.
** Affects: nova
Importance: Low
Assignee: sahid (sahid-ferdjaoui)
Status: In Progress
--
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/1307416
Title:
Unshelve instance needs handling exceptions
Status in OpenStack Compute (Nova):
In Progress
Bug description:
There are some cases not handled when we unshelve an instance in the
conductor.
nova/conductor/manager.py#823
if the key shelved_image_id is not defined this will raise an KeyError not handled.
Also when the shelved_image_id is set to None, the error is not correctly handled and the message could be confusing.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1307416/+subscriptions
Follow ups
References