ironic/releasenotes/notes/add-servicing-to-need-prepare-ramdisk-fb0634b4f7d851bd.yaml
Jacob Anders fab3772cbd Add states.SERVICING and SERVICEWAIT to need_prepare_ramdisk
Currently, service steps do not work with virtual media deployments
because states.SERVICING and states.SERVICEWAIT are missing from the whitelist
of valid provision_states. This change resolves this issue.

Change-Id: I5e3ec08d128b35385f2d90c9c852140b757b8dbf
(cherry picked from commit 70ccb6af111186431b898c4dc6c1c3e6564ab1d7)
2024-04-10 09:22:46 +00:00

8 lines
231 B
YAML

---
fixes:
- |
Fixes issue with configuring virtual media boot for executing service
steps by adding missing entries for states.SERVICING and states.SERVICEWAIT
in the whitelist of the states allowed by this method.