Comment 0 for bug 1307416

Revision history for this message
Sahid Orentino (sahid-ferdjaoui) wrote :

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.