CLOUDSTACK-9749: Disable password service on ilb systemvm (#1912)

Fix cloud-password-srvr correctly.
Made sure it runs on VPC VR, but not on Internal LB
This commit is contained in:
Frank Maximus 2017-08-03 22:38:25 +02:00 committed by Rohit Yadav
parent 9fe5630c71
commit 1414d20852
2 changed files with 1 additions and 1 deletions

View File

@ -1032,6 +1032,7 @@ EOF
enable_irqbalance 1
enable_vpc_rpsrfs 1
enable_svc cloud 0
enable_svc cloud-passwd-srvr 1
disable_rpfilter
enable_fwding 1
cp /etc/iptables/iptables-vpcrouter /etc/iptables/rules.v4

View File

@ -18,7 +18,6 @@
. /etc/default/cloud-passwd-srvr
addr=$1;
ENABLED=1
while [ "$ENABLED" == "1" ]
do
python /opt/cloud/bin/passwd_server_ip.py $addr >/dev/null 2>/dev/null