From 3fa10d4be40b8fc463f40e41935719045cf60550 Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <ak@geant.org>
Date: Thu, 17 Oct 2024 10:34:23 +0200
Subject: [PATCH] Fix the `pe_router_list` in update_sdp_single_pe

---
 gso/utils/workflow_steps.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gso/utils/workflow_steps.py b/gso/utils/workflow_steps.py
index 70d6d110..6d7a166f 100644
--- a/gso/utils/workflow_steps.py
+++ b/gso/utils/workflow_steps.py
@@ -88,7 +88,6 @@ def _update_sdp_single_pe(
         "verb": "update_sdp_mesh",
         "pe_router_list": generate_inventory_for_active_routers(
             router_role=RouterRole.PE,
-            router_vendor=Vendor.NOKIA,
             exclude_routers=[subscription["router"]["router_fqdn"]],
         )["all"]["hosts"],
     }
-- 
GitLab