Skip to content

Commit

Permalink
fix: Nautobot status 'Decom' doesn't exist; switch to Decommissioning
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaskuechler committed Jan 6, 2025
1 parent 2b41052 commit 79e580a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ProvisionStateMapper:
"inspecting": "Provisioning",
"deploying": "Provisioning",
"cleaning": "Quarantine",
"deleting": "Decom",
"deleting": "Decommissioning",
}
ALL_IRONIC_STATES = [
"enroll",
Expand Down

0 comments on commit 79e580a

Please sign in to comment.