** Changed in: nova
Status: Incomplete => 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/1422270
Title:
Nova vmwareapi session pass more arguments when raise an exception
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
On Icehouse nova-2014.1.3, when vmware api session call a method
meets VimFaultException , it pass two arguments to
error_util.get_fault_class().
Code like this:
raise error_util.get_fault_class(fault)(str(excep))
But in error_util.get_fault_class() it accepts one argument.
There will occurs an type error:
TypeError: __init__() takes exactly 1 argument (2 given)
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1422270/+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