Comment 2 for bug 1520610

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

Reviewed: https://review.openstack.org/255808
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=5f1683b098ba3f6b6043af42e5d0a5d36f4312c1
Submitter: Jenkins
Branch: master

commit 5f1683b098ba3f6b6043af42e5d0a5d36f4312c1
Author: iberezovskiy <email address hidden>
Date: Thu Dec 10 14:19:37 2015 +0300

    Install heat-docker package only after heat-engine

    Heat-engine package is heat-docker dependency,
    so if installation of heat-docker package is performed before
    heat-engine installation it leads to autostart of heat-engine package
    (in that moment override file isn't exist yet, because it will be
    triggered directly before evaluation of heat-engine package resource).
    As a result, the heat-engine service is run without any configuration.

    To fix that we need to sеt heat-engine package installation strictly
    before heat-docker package.

    Change-Id: I5420e64e3ab6b2ca0305f5f41eb722e3ead42b25
    Closes-bug: #1520610