Skip to content
Snippets Groups Projects
Commit 8fe4bac6 authored by Neda Moeini's avatar Neda Moeini
Browse files

Update L2Circuits description in creation WF

parent 097b0afb
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ def initialize_subscription(
subscription.layer_2_circuit.vlan_range_upper_bound = vlan_range_upper_bound
subscription.layer_2_circuit.policer_enabled = policer_enabled
subscription.layer_2_circuit.bandwidth = policer_bandwidth
subscription.description = (f"GÉANT PLUS {subscription.layer_2_circuit.virtual_circuit_id}")
subscription.description = f"{subscription.product.name} {subscription.layer_2_circuit.virtual_circuit_id}"
subscription = Layer2Circuit.from_other_lifecycle(subscription, SubscriptionLifecycle.PROVISIONING)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment