Skip to content

Commit 03e8176

Browse files
pavanb018sanjeev
authored andcommitted
Passing firewal service parameter for LB rule creation
Firewall service parameter addition typos
1 parent df5f715 commit 03e8176

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

test/integration/component/test_project_usage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def __init__(self):
109109
"name": "SSH",
110110
"alg": "roundrobin",
111111
# Algorithm used for load balancing
112+
"openfirewall":"false",
112113
"privateport": 22,
113114
"publicport": 2222,
114115
},

test/integration/component/test_usage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def __init__(self):
104104
"name": "SSH",
105105
"alg": "roundrobin",
106106
# Algorithm used for load balancing
107+
"openfirewall":"false",
107108
"privateport": 22,
108109
"publicport": 2222,
109110
},

0 commit comments

Comments
 (0)