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

Restricted circuits retrieved by circuit type

parent 2df337a5
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,7 @@ retrieve_services_query = """SELECT *
c.status != 'terminated'
AND is_circuit = 1)
AS inner_query
WHERE circuit_type IN ('path', 'service', 'l2circuit')
ORDER BY
FIELD(status,
'spare',
......
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