yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #35892
[Bug 1478855] [NEW] all_mappings
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
Follow ups