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

** Changed in: nova
    Milestone: None => havana-3

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

Title:
  adding default bdms is considering instances as volume backed

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  There was a recent change in nova-api to add bdms for all instances. The 
device_name would be NULL by default
  Instances with root_device_name as NULL are all considered to be volume 
backed instances because of the check

  instance[root_device_name] == bdm[device_name]

  We have to handle the scenario where they are NULL and return False.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to