Comment 5 for bug 1178919

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

Reviewed: https://review.openstack.org/34420
Committed: http://github.com/openstack/nova/commit/58fe97eebddc6693c05618b592f6ce961a9eaba1
Submitter: Jenkins
Branch: master

commit 58fe97eebddc6693c05618b592f6ce961a9eaba1
Author: Devananda van der Veen <email address hidden>
Date: Tue Jun 25 08:13:31 2013 -0700

    Baremetal ensures node is off before powering on

    During spawn(), ensure that a node is really off before trying to turn
    it on. This fixes bug 1178919, in which a node that had previously
    gotten stuck in a power-on state (eg, in the BIOS screen) would fail to
    spawn() because the baremetal driver would send a power-on request, the
    BMC would ignore it, and then baremetal driver would wait indefinitely
    for a DHCP request.

    Change-Id: Ie73e6ab488abe99c70ad3d149d702577941056d1