mirror of https://github.com/apache/cloudstack.git
Passing firewal service parameter for LB rule creation
Firewall service parameter addition typos
This commit is contained in:
parent
df5f715090
commit
03e8176bab
|
|
@ -109,6 +109,7 @@ class Services:
|
|||
"name": "SSH",
|
||||
"alg": "roundrobin",
|
||||
# Algorithm used for load balancing
|
||||
"openfirewall":"false",
|
||||
"privateport": 22,
|
||||
"publicport": 2222,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -104,6 +104,7 @@ class Services:
|
|||
"name": "SSH",
|
||||
"alg": "roundrobin",
|
||||
# Algorithm used for load balancing
|
||||
"openfirewall":"false",
|
||||
"privateport": 22,
|
||||
"publicport": 2222,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue