yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #22789
[Bug 1367342] Re: call to _set_instance_error_state is incorrect in do_build_and_run_instance
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => juno-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/1367342
Title:
call to _set_instance_error_state is incorrect in
do_build_and_run_instance
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
nova/compute/manager.py in do_build_and_run_instance
Under except exception.RescheduledException as e:
...
self._set_instance_error_state(context, instance.uuid)
This should be passing instance only not instance.uuid
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1367342/+subscriptions
References