Skip to content

Commit

Permalink
Merge pull request #574 from rackerlabs/PUC-730-20250106
Browse files Browse the repository at this point in the history
fix: Nautobot status 'Decom' doesn't exist; switch to Decommissioning
  • Loading branch information
cardoe authored Jan 6, 2025
2 parents 1a6ae0f + d5b9949 commit cdb0b23
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 cdb0b23

Please sign in to comment.