Comment 6 for bug 1799903

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/queens)

Reviewed: https://review.openstack.org/613259
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=697e4ef1749c9cc4e33d2edbb3d1387cd71ac34a
Submitter: Zuul
Branch: stable/queens

commit 697e4ef1749c9cc4e33d2edbb3d1387cd71ac34a
Author: Jose Luis Franco <email address hidden>
Date: Thu Oct 25 10:18:05 2018 +0000

    Revert "Don't run host_prep_tasks from {{role}}HostPrepDeployment"

    {{role}}HostPrepDeployment resources are still needed in queens as
    config-download is not the default deployment procedure. Therefore,
    if config-download is not used we would skip the host_prep_tasks,
    which are needed for several services to work correctly (i.e:
    nova-compute as stated in LP 1799903)

    This reverts commit 3ce99b522ca99250560c5cc135125fcbeb943515.

    Change-Id: I2cd06a7f261d3587bb50683ae2b54631983ea077
    Closes-Bug: #1799903