Skip to content
Snippets Groups Projects
Commit 35739b30 authored by Erik Reid's avatar Erik Reid
Browse files

added service_type to sorted services backend

parent 2c213881
No related branches found
No related tags found
No related merge requests found
......@@ -829,7 +829,8 @@ def update_circuit_hierarchy_and_port_id_services(self, use_current=False):
},
'speed_value': v['calculated-speed'],
'speed_unit': 'n/a',
'status': v['status']
'status': v['status'],
'type': v['service_type']
}))
rp.execute()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment