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