yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #24224
[Bug 1387552] [NEW] Should add a new method to get volumes from block_device_info
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
Follow ups
References