Skip to content

Commit

Permalink
Merge pull request #510 from rackerlabs/PUC-647-correct-nautobot-status
Browse files Browse the repository at this point in the history
feat: PUC-647: Nautobot Available state is Ironic's available state
  • Loading branch information
nicholaskuechler authored Nov 21, 2024
2 parents 94059aa + 1a1c296 commit 9477d3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class ProvisionStateMapper:
STATUS_MAP = {
"active": "Active",
"enroll": "Planned",
"available": "Inventory",
"available": "Available",
"deploy failed": "Quarantine",
"error": "Quarantine",
"rescue": "Quarantine",
Expand Down

0 comments on commit 9477d3f

Please sign in to comment.