yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #01628
[Bug 1132772] Re: Need to follow new method signature for hyper-v driver
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => grizzly-rc1
--
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/1132772
Title:
Need to follow new method signature for hyper-v driver
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
Now in Grizzly the method signature of "destory" for compute driver is
as below:
def destroy(self, instance, network_info, block_device_info=None,
destroy_disks=True):
But the hyper-v driver is still using the follow:
def destroy(self, instance, network_info=None, cleanup=True,
destroy_disks=True):
Which will cause the destroy failure.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1132772/+subscriptions