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

Update L2Circuits description in creation WF

parent ca154326
Branches
Tags
1 merge request!307Feature/l2circuits
......@@ -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"{subscription.product.name} {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