Merge "Add states.SERVICING and SERVICEWAIT to need_prepare_ramdisk"
This commit is contained in:
commit
7737a2549d
@ -501,4 +501,6 @@ def need_prepare_ramdisk(node):
|
|||||||
states.RESCUING,
|
states.RESCUING,
|
||||||
states.RESCUEWAIT,
|
states.RESCUEWAIT,
|
||||||
states.INSPECTING,
|
states.INSPECTING,
|
||||||
states.INSPECTWAIT)
|
states.INSPECTWAIT,
|
||||||
|
states.SERVICING,
|
||||||
|
states.SERVICEWAIT)
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user