Public bug reported:

below the function:
nova/compute/api.py 
def _validate_bdm(self, context, instance, instance_type, all_mappings):

the value transfer to 'all_mappings' is 'block_device_mapping', so
change 'all_mappings' to 'block_device_mapping' will be easier to
understand

** Affects: nova
     Importance: Undecided
         Status: New

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

Title:
  all_mappings

Status in OpenStack Compute (nova):
  New

Bug description:
  below the function:
  nova/compute/api.py 
  def _validate_bdm(self, context, instance, instance_type, all_mappings):

  the value transfer to 'all_mappings' is 'block_device_mapping', so
  change 'all_mappings' to 'block_device_mapping' will be easier to
  understand

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1478855/+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