yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #04645
[Bug 1207356] Re: swap_volume calls functions with volume rather than ID
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => havana-3
--
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/1207356
Title:
swap_volume calls functions with volume rather than ID
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
There are several instances in compute/api.py and compute/manager.py
where the swap_volume code calls functions in volume_api with a volume
dictionary rather than volume ID.
For example:
self.volume_api.begin_detaching(context, old_volume)
Rather than:
self.volume_api.begin_detaching(context, old_volume['id'])
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1207356/+subscriptions