Comment 4 for bug 1513220

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

Reviewed: https://review.openstack.org/242924
Committed: https://git.openstack.org/cgit/openstack/heat-templates/commit/?id=c002854fa4ef786069b323f8bd15a77d42447884
Submitter: Jenkins
Branch: master

commit c002854fa4ef786069b323f8bd15a77d42447884
Author: Steve Baker <email address hidden>
Date: Mon Nov 9 17:43:17 2015 +1300

    Move deployed dir from /var/run to /var/lib

    Deployments should not be run again when a server is rebooted because
    heat will likely not be listening for the deployment signals. This
    change moves the deployed directory from /var/run/heat-config/deployed
    to /var/lib/heat-config/deployed so that deployed state is persisted
    across reboots.

    There is migration logic to move the existing files from the old to the
    new location, this will only be run on the first run of 55-heat-config
    after its package is updated.

    Change-Id: I3d305a4ac5b68c29037760682d37e5b9a530828e
    Closes-Bug: #1513220