** Changed in: nova
Status: Fix Committed => Fix Released
--
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/1217586
Title:
init_host fails due to powervm driver raising NotImplementedError for
plug_vifs
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
Change Ieaf256a5c0f54804686318d6cbd5877a5003c9eb made the powervm
driver raise NotImplementedError from the plug_vifs method which
causes this failure on the compute node when it starts up:
http://paste.openstack.org/show/45241/
Looking at other virt drivers that don't support the plug_vifs method
(hyperv and vmware), they simply pass, which is what the powervm
driver use to do before that change.
The powervm driver should either revert to pass on plug_vifs or the
nova compute manager should catch NotImplementedError from
driver.plug_vifs and swallow it here:
https://github.com/openstack/nova/blob/2013.2.b2/nova/compute/manager.py#L638
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1217586/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp