← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1486541] [NEW] Using cells, local instance deletes incorrectly use legacy bdms instead of objects

 

Public bug reported:

The instance delete code paths were changed to use new-world bdm objects
in commit f5071bd1ac00ed68102d37c8025d36df6777cd9e.

However, cells code still use the legacy format for local delete
operations which is clearly wrong. Code that gets called in the parent
class in nova/compute/api.py uses dot-notation and calls bdm.destroy()
as well.

** Affects: nova
     Importance: Medium
     Assignee: Hans Lindgren (hanlind)
         Status: In Progress


** Tags: cells

-- 
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/1486541

Title:
  Using cells, local instance deletes incorrectly use legacy bdms
  instead of objects

Status in OpenStack Compute (nova):
  In Progress

Bug description:
  The instance delete code paths were changed to use new-world bdm
  objects in commit f5071bd1ac00ed68102d37c8025d36df6777cd9e.

  However, cells code still use the legacy format for local delete
  operations which is clearly wrong. Code that gets called in the parent
  class in nova/compute/api.py uses dot-notation and calls bdm.destroy()
  as well.

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


Follow ups