Public bug reported:

Instead of
         block_device_mapping = driver.block_device_info_get_mapping(
            block_device_info)
        for vol in block_device_mapping:
use
driver.block_device_info_get_volumes(block_device_info)

** Affects: nova
     Importance: Undecided
     Assignee: Jian Wen (wenjianhn)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => Jian Wen (wenjianhn)

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

Title:
  Should add a new method to get volumes from block_device_info

Status in OpenStack Compute (Nova):
  New

Bug description:
  Instead of
           block_device_mapping = driver.block_device_info_get_mapping(
              block_device_info)
          for vol in block_device_mapping:
  use
  driver.block_device_info_get_volumes(block_device_info)

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to