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

removed some old commented stuff

parent b4a2cc35
No related branches found
No related tags found
No related merge requests found
......@@ -164,17 +164,6 @@ retrieve_services_query = """SELECT *
'installed',
'operational')"""
"""
SELECT eq_a.name, eq_b.name, eqc_a.card_id, eqc_b.card_id, vcc.port_a, vcc.port_b FROM vcircuitconns vcc
LEFT JOIN equipment eq_a ON eq_a.absid = vcc.PTR_equip_a
LEFT JOIN equipment eq_b ON eq_b.absid = vcc.PTR_equip_b
LEFT JOIN equipment_card eqc_a ON eqc_a.absid = vcc.PTR_card_a
LEFT JOIN equipment_card eqc_b ON eqc_b.absid = vcc.PTR_card_b
WHERE vcc.status = 'Operational'
"""
def _convert_to_dict(crs):
return [dict((crs.description[i][0], "" if value is None else value)
......
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