Comment 12 for bug 1352284

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

Reviewed: https://review.openstack.org/124207
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=8a3c19054d3d75185d3fd112104ee6e6d7c005a0
Submitter: Jenkins
Branch: master

commit 8a3c19054d3d75185d3fd112104ee6e6d7c005a0
Author: Christopher Aedo <email address hidden>
Date: Thu Sep 25 15:32:03 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.

    Change-Id: I3515c6350c1314cf091480ea109c8ade6195ea17
    Partial-Bug: #1352284