Skip to content
Snippets Groups Projects
Verified Commit f9f1fead authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Update error message

parent 7517ac4d
No related branches found
No related tags found
1 merge request!182Allow iBGP update on both provisioning and active trunks
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment