Comment 3 for bug 1679565

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

Reviewed: https://review.openstack.org/453470
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=e2c7e2512a3e2373d4f92ec5bdd8152ce152ff0b
Submitter: Jenkins
Branch: master

commit e2c7e2512a3e2373d4f92ec5bdd8152ce152ff0b
Author: Martin André <email address hidden>
Date: Tue Apr 4 10:30:24 2017 +0200

    Add missing cleanup step for new apache images

    A few new images got apache as part of blueprint
    apache-packages-for-apis without a cleaning up. Without this step the
    containers may fail to restart due to runtime files already present.

    This commit fixes it for all images with the exception of heat-base so
    that it can be cleanly backported to stable/ocata.

    It also removes the unused APACHE_DIR variable from freezer-api and
    keystone extend_start.sh script.

    Change-Id: I47d75221b3d1aae91f11d3e0da83e221a00315b7
    Closes-Bug: #1679565