external network with external subnet

Change-Id: I0b0dd6396b6f1393a2e164d922d353cc7e18c69f
This commit is contained in:
dkumbhar 2021-03-23 16:56:40 +05:30
parent 187a2d4190
commit 03ae3c4325
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ class OctaviaRoundRobin(feature_manager.FeatureManager):
protocol_port="80",
lb_algorithm="LEAST_CONNECTIONS",
external_subnet=network['subnets'][0],
external=True)
external=True, create_fip=True)
self.check_project_lbaas()
vip_address = lb_dict['vip_address']
router_state_1 = diction['router']['router']