← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1387552] Re: Should add a new method to get volumes from block_device_info

 

This isn't a bug, it's a style nit. Marking as invalid. I don't really
consider this worth the time.

** Tags added: volumes

** Changed in: nova
       Status: Confirmed => Opinion

** Changed in: nova
       Status: Opinion => Invalid

-- 
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):
  Invalid

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


References