Ceilometer notification container start failed
There is no need with /etc/apache2/envvars for ceilomter_notification Change-Id: I00f91dca3763a33f77be2a1968047126504feb55
This commit is contained in:
parent
147523d60c
commit
71a34b6da3
@ -12,11 +12,3 @@ if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
|
|||||||
sudo chown -R ceilometer: /var/lib/ceilometer/
|
sudo chown -R ceilometer: /var/lib/ceilometer/
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
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…
x
Reference in New Issue
Block a user