Passing firewal service parameter for LB rule creation

Firewall service parameter addition typos
This commit is contained in:
pavan018 2015-07-13 18:11:24 +05:30 committed by sanjeev
parent df5f715090
commit 03e8176bab
2 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,7 @@ class Services:
"name": "SSH",
"alg": "roundrobin",
# Algorithm used for load balancing
"openfirewall":"false",
"privateport": 22,
"publicport": 2222,
},

View File

@ -104,6 +104,7 @@ class Services:
"name": "SSH",
"alg": "roundrobin",
# Algorithm used for load balancing
"openfirewall":"false",
"privateport": 22,
"publicport": 2222,
},