Skip to content
Snippets Groups Projects
Commit 8517fe5e authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Fixed `get_active_vrfs_linked_to_router` function agrs

parent f80c3d17
No related branches found
No related tags found
No related merge requests found
Pipeline #91882 passed
...@@ -34,7 +34,7 @@ def _deploy_base_config( ...@@ -34,7 +34,7 @@ def _deploy_base_config(
*, *,
dry_run: bool, dry_run: bool,
) -> LSOState: ) -> LSOState:
vrf_list = get_active_vrfs_linked_to_router(str(subscription["router"]["subscription_id"])) vrf_list = get_active_vrfs_linked_to_router(str(subscription["subscription_id"]))
extra_vars = { extra_vars = {
"wfo_router_json": subscription, "wfo_router_json": subscription,
"vrf_list": vrf_list, "vrf_list": vrf_list,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment