Ceilometer notification container start failed

There is no need with /etc/apache2/envvars for ceilomter_notification

Change-Id: I00f91dca3763a33f77be2a1968047126504feb55
(cherry picked from commit 71a34b6da3)
This commit is contained in:
chenyaguang 2018-04-03 17:10:29 +08:00 committed by David Rabel
parent 1a170fcdb8
commit 8805f1436b

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