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:
parent
1a170fcdb8
commit
8805f1436b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user