Comment 8 for bug 1799500

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

Reviewed: https://review.openstack.org/620688
Committed: https://git.openstack.org/cgit/openstack/charm-openstack-dashboard/commit/?id=e9caae0a23461f3b503035e94865ccc3c8509a32
Submitter: Zuul
Branch: master

commit e9caae0a23461f3b503035e94865ccc3c8509a32
Author: David Ames <email address hidden>
Date: Wed Nov 28 12:12:30 2018 -0800

    Remove apache 2.2 workarounds

    From trusty onwards apache 2.4 is installed. The charm no longer needs
    to check for apache 2.2 configurations.

    This also solves Bug #1799500 where a package like javascript-common
    pre-creates the /etc/apache directory leading to a failed
    register_configs.

    Note: The previous fix for Bug #1799500 was incorrect.
    Reverting and adding a set -e to avoid future breakage.

    This will need to be backported to stable.

    Change-Id: Ic6025bd10568a748e39faaf3a97b4b6a2c35a4d2
    Closes-Bug: #1799500