Merge "Synchronize ironic and ironicclients list of boot devices"
This commit is contained in:
commit
8b9c919b2a
@ -15,7 +15,7 @@
|
||||
|
||||
HTTP_METHODS = ['POST', 'PUT', 'GET', 'DELETE', 'PATCH']
|
||||
|
||||
BOOT_DEVICES = ['pxe', 'disk', 'cdrom', 'bios', 'safe']
|
||||
BOOT_DEVICES = ['pxe', 'disk', 'cdrom', 'bios', 'safe', 'wanboot']
|
||||
|
||||
# Polling intervals in seconds.
|
||||
_LONG_ACTION_POLL_INTERVAL = 10
|
||||
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
features:
|
||||
- Adds missing ``wanboot`` value to the list of supported boot devices.
|
Loading…
Reference in New Issue
Block a user