yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #50182
[Bug 1577758] [NEW] fix wrong key name in test code
Public bug reported:
nova/tests/unit/virt/libvirt/test_driver.py, Line 12611
root_bdm = {'source_type': 'image',
'detination_type': 'volume',
'image_id': 'fake_id'}
'detination_type' should be 'destination_type', it will run fail when testing.
** Affects: nova
Importance: Undecided
Assignee: Peng Li (flyd1005)
Status: New
** Tags: compute low-hanging-fruit
** Changed in: nova
Assignee: (unassigned) => Peng Li (flyd1005)
** Tags added: compute low-hanging-fruit
--
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/1577758
Title:
fix wrong key name in test code
Status in OpenStack Compute (nova):
New
Bug description:
nova/tests/unit/virt/libvirt/test_driver.py, Line 12611
root_bdm = {'source_type': 'image',
'detination_type': 'volume',
'image_id': 'fake_id'}
'detination_type' should be 'destination_type', it will run fail when testing.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1577758/+subscriptions
Follow ups