Merge "Ceilometer notification container start failed"

This commit is contained in:
Zuul 2018-04-05 06:53:59 +00:00 committed by Gerrit Code Review
commit 0efc8ccfc2

View File

@ -12,11 +12,3 @@ if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
sudo chown -R ceilometer: /var/lib/ceilometer/
exit 0
fi
if [[ "${KOLLA_BASE_DISTRO}" =~ debian|ubuntu ]]; then
# Loading Apache2 ENV variables
. /etc/apache2/envvars
rm -rf /var/run/apache2/*
else
rm -rf /var/run/httpd/* /run/httpd/* /tmp/httpd*
fi