mirror of https://github.com/apache/cloudstack.git
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:
parent
9fe5630c71
commit
1414d20852
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue