← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1259462] Re: image unhandled when delete VM

 

** Changed in: nova
       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/1259462

Title:
  image unhandled when delete VM

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  In nova /compute/manager.py :def _delete_instance()
  There is a line "image = instance['image_ref']", but the variable 'image' is not used in this method any more.

  In addition, when deleting a vm with state "shelved" or "shelved-
  offloaded", the vm's snapshot like ‘shelved image’ should also be
  removed.  I think delete a vm should handle this case

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1259462/+subscriptions


References