Skip to content

Commit

Permalink
fix(google_http_lb_tests): Update deploy description for named ports. (
Browse files Browse the repository at this point in the history
  • Loading branch information
jtk54 authored and Eric Wiseblatt committed Sep 28, 2017
1 parent c79fa5d commit 75c452d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/citest/tests/google_http_lb_upsert_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ def add_server_group(self):
stack=bindings['TEST_STACK'])
policy = {
'balancingMode': 'UTILIZATION',
'listeningPort': 80,
'namedPorts': [{'name': 'http', 'port': 80}],
'maxUtilization': 0.8,
'capacityScaler': 0.8
}
Expand All @@ -625,7 +625,7 @@ def add_server_group(self):
'disableTraffic': False,
'loadBalancingPolicy': {
'balancingMode': 'UTILIZATION',
'listeningPort': 80,
'namedPorts': [{'name': http, 'port': 80}],
'maxUtilization': 0.8,
'capacityScaler': 0.8
},
Expand Down

0 comments on commit 75c452d

Please sign in to comment.