Skip to content
Snippets Groups Projects
Commit f80afb15 authored by Saket Agrahari's avatar Saket Agrahari
Browse files

reverting get_node_locations method

parent 61309b61
Branches
Tags
No related merge requests found
...@@ -388,8 +388,7 @@ def get_node_locations(ds: IMS): ...@@ -388,8 +388,7 @@ def get_node_locations(ds: IMS):
pass # no alias - ignore silently pass # no alias - ignore silently
for node in site['nodes']: for node in site['nodes']:
#[LG-46] if node['inventorystatusid'] in STATUSES_TO_IGNORE:
if node['inventorystatusid'] != InventoryStatus.IN_SERVICE.value:
continue continue
yield (node['name'], { yield (node['name'], {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment