Skip to content

Commit

Permalink
pass orchestrator param during setup physical routers
Browse files Browse the repository at this point in the history
Change-Id: Ie9b651cb3a2b317afcc0d2818c49f06e8187f7fe
Closes-Bug: #1786221
  • Loading branch information
aswanikumar90 committed Aug 9, 2018
1 parent 9a62017 commit a47faa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/setup_physical_routers.py
Expand Up @@ -39,7 +39,8 @@
username=init_obj.admin_username,
password=init_obj.admin_password,
project_name=init_obj.admin_tenant,
domain=init_obj.admin_domain
domain=init_obj.admin_domain,
orchestrator=init_obj.orchestrator
)
phy_router_obj.setUp()
assert phy_router_obj.verify_bgp_peer(), 'BGP peering is not up.'
Expand Down

0 comments on commit a47faa4

Please sign in to comment.