** 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/1225659
Title:
Wrong handling of Instance expected_task_state
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
When Instance.save called the expected_task_state parameter passed to it in
order to specify what is instance expected task state.
There many cases when we would expect that there no task state for the vm
(task_state=None in db). The expected_task_state=None is overwritten by the
default substitution in the save() arguments and due to this not passed
correctly to the db.instance_update_and_get_original method call.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1225659/+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