Merge "Synchronize ironic and ironicclients list of boot devices"

This commit is contained in:
Zuul 2017-10-21 20:42:17 +00:00 committed by Gerrit Code Review
commit 8b9c919b2a
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,3 @@
---
features:
- Adds missing ``wanboot`` value to the list of supported boot devices.