Comment 4 for bug 1449742

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/icehouse)

Reviewed: https://review.openstack.org/178603
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=378a8d4aeb87cc037127ccab49bcced71e93c88e
Submitter: Jenkins
Branch: stable/icehouse

commit 378a8d4aeb87cc037127ccab49bcced71e93c88e
Author: jichenjc <email address hidden>
Date: Wed Apr 15 20:15:29 2015 +0800

    Use instance.uuid instead of instance

    commit e9cf07b96f57fed0d9f46bd8f24aac491b6cb976
    was ported to Icehouse but the commit
    6b06e45dca465ae3f457b70c1126a8aadd5ccbbc
    was not ported to Icehouse,
    The function _set_instance_error_state is still expecting
    a string with the instance uuid as argument
    instead of an instance object.

    So this patch partially changed the cherry-picked
    commit e9cf07b96f57fed0d9f46bd8f24aac491b6cb976

    Change-Id: I3bdd32d29d37ba375eb5af52758b93d08f387663
    Closes-Bug: #1449742