Comment 11 for bug 1352284

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

Reviewed: https://review.openstack.org/124206
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=62c1c40b090f604fbdcaf9132741b5ff7a24d9b5
Submitter: Jenkins
Branch: master

commit 62c1c40b090f604fbdcaf9132741b5ff7a24d9b5
Author: Christopher Aedo <email address hidden>
Date: Thu Sep 25 15:28:54 2014 -0700

    Replace start_guests with resume_guests

    Fuel UI offers an option to "start guests on reboot" which,
    if set to true, will attempt to restart all guests on a
    given host regardless of prior status. This commit changes
    the nova.conf entry from start_guests_on_boot to
    resume_guets_state_on_host_boot.

    Depends on https://review.openstack.org/#/c/124207/ in fuel-library

    Change-Id: Ib7515b760fff08226de887748e611030ae101a50
    Partial-Bug: #1352284