Skip to content
Snippets Groups Projects
Commit 4b97805e authored by Robert Latta's avatar Robert Latta
Browse files

corrected dict key. RE POL1-565

parent c5ba3b04
No related branches found
No related tags found
No related merge requests found
......@@ -946,7 +946,7 @@ def transform_ims_data(data):
s['monitored'] = True
if s['circuit_type'] == 'service' \
and s['id'] not in circuit_ids_to_monitor:
s['monitored_in_nms'] = False
s['monitored'] = False
s['status'] = 'non-monitored'
pd_a = port_id_details[s['port_a_id']][0]
location_a = locations.get(pd_a['equipment_name'], None)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment