← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1307416] Re: Unshelve instance needs handling exceptions

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => juno-rc1

-- 
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):
  Fix Released

Bug description:
  There are some error 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 the current code will raise an KeyError not handled.
  Also when the 'shelved_image_id' is set to None (which is not the expected behavior), 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


References