commit
25806832e2
1 changed files with 1 additions and 1 deletions
2
stack.sh
2
stack.sh
|
@ -239,7 +239,7 @@ fi
|
||||||
|
|
||||||
if [[ "$ENABLED_SERVICES" =~ "munin" ]]; then
|
if [[ "$ENABLED_SERVICES" =~ "munin" ]]; then
|
||||||
# allow connections from other hosts
|
# allow connections from other hosts
|
||||||
sudo sed -i -e '/Allow from localhost/s/localhost.*$/all/' /etc/munin/apache.conf
|
sudo sed -i -e 's/Allow from localhost/Allow from all/g' /etc/munin/apache.conf
|
||||||
|
|
||||||
cat >/tmp/nova <<EOF
|
cat >/tmp/nova <<EOF
|
||||||
[keystone_*]
|
[keystone_*]
|
||||||
|
|
Loading…
Reference in a new issue