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

Changed status mapping

parent 01f20fc7
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ IMS_OPSDB_STATUS_MAP = {
InventoryStatus.IN_SERVICE: 'operational',
InventoryStatus.MIGRATION: 'planned',
InventoryStatus.OUT_OF_SERVICE: 'terminated',
InventoryStatus.READY_FOR_CEASURE: 'operational'
InventoryStatus.READY_FOR_CEASURE: 'terminated'
}
STATUSES_TO_IGNORE = \
[InventoryStatus.OUT_OF_SERVICE.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