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

changed case for 'like' searches

parent 286dab9c
No related branches found
No related tags found
No related merge requests found
...@@ -255,7 +255,9 @@ INTERNAL_POP_NAMES = { ...@@ -255,7 +255,9 @@ INTERNAL_POP_NAMES = {
'GÉANT LAB', 'GÉANT LAB',
'GEANT LAB', 'GEANT LAB',
'Amsterdam GEANT Office', 'Amsterdam GEANT Office',
'Amsterdam GÉANT Office' 'Amsterdam GÉANT Office',
'CAMBRIDGE CITY HOUSE',
'AMSTERDAM GEANT OFFICE',
} }
...@@ -282,7 +284,7 @@ def lookup_lg_routers(ds: IMS): ...@@ -282,7 +284,7 @@ def lookup_lg_routers(ds: IMS):
eq_definitions = ds.get_filtered_entities( eq_definitions = ds.get_filtered_entities(
'EquipmentDefinition', 'EquipmentDefinition',
'Name like mx', 'Name like MX',
ims.EQUIP_DEF_PROPERTIES['Nodes']) ims.EQUIP_DEF_PROPERTIES['Nodes'])
for eq_def in eq_definitions: for eq_def in eq_definitions:
......
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