Comment 5 for bug 1679565

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

Reviewed: https://review.openstack.org/462088
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=8cf8fb25996b2d62cca2df2302cc8f5f205886ad
Submitter: Jenkins
Branch: stable/ocata

commit 8cf8fb25996b2d62cca2df2302cc8f5f205886ad
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
    (cherry picked from commit e2c7e2512a3e2373d4f92ec5bdd8152ce152ff0b)