diff --git a/gso/workflows/router/update_ibgp_mesh.py b/gso/workflows/router/update_ibgp_mesh.py index a3b20576578801f18550c76dcf8a485c30014a3d..abef7da440b8024b578a7122be54f4440eb6764a 100644 --- a/gso/workflows/router/update_ibgp_mesh.py +++ b/gso/workflows/router/update_ibgp_mesh.py @@ -40,7 +40,7 @@ def initial_input_form_generator(subscription_id: UUIDstr) -> FormGenerator: subscription_id, SubscriptionLifecycle.PROVISIONING ) + get_trunks_that_terminate_on_router(subscription_id, SubscriptionLifecycle.ACTIVE) if len(terminating_trunks) == 0: - msg = "Selected router does not terminate any active IP trunks." + msg = "Selected router does not terminate any available IP trunks." raise ValueError(msg) return values