Comment 2 for bug 1237868

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

Reviewed: https://review.openstack.org/50884
Committed: http://github.com/openstack/nova/commit/9532e4ed969e47826801b14aff40dd9e356f2677
Submitter: Jenkins
Branch: master

commit 9532e4ed969e47826801b14aff40dd9e356f2677
Author: fujioka yuuichi <email address hidden>
Date: Thu Oct 10 18:13:42 2013 +0900

    fix missing host when unshelving

    An instance has the hostname of the host on which it is running.
    The hostname is deleted when shelving. However, the hostname is not
    recreated when unshelving.

    This patch sets the hostname when unshelving.

    Change-Id: I2e431718198321c46b9335e6fb7ab7be3943fab6
    Closes-Bug: #1237868