diff options
| author | Matt Keenan <matt.keenan@gmail.com> | 2017-10-19 22:11:25 +0100 |
|---|---|---|
| committer | Julia Kreger <juliaashleykreger@gmail.com> | 2017-10-20 21:13:25 +0000 |
| commit | 27de3f6dae3e43cb623aaa38f3cd8a47c452ed8a (patch) | |
| tree | de8a9d1a23f032fdf4cc7bfcc0ca8485be5d0ea7 /ironicclient | |
| parent | 511381786984af5c17b03cd0e94b1189f5e06a63 (diff) | |
| download | python-ironicclient-27de3f6dae3e43cb623aaa38f3cd8a47c452ed8a.tar.gz | |
Synchronize ironic and ironicclients list of boot devices
Ensure list of boot devices specified in ironic matches whats
specified in ironicclient. Specifically in this case adding
'wanboot'.
Change-Id: Icd427fc02296cca94ebe722d4cacecb3a902d4c2
Closes-Bug: #1724974
Signed-off-by: Matt Keenan <matt.keenan@gmail.com>
Diffstat (limited to 'ironicclient')
| -rw-r--r-- | ironicclient/v1/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ironicclient/v1/utils.py b/ironicclient/v1/utils.py index 7c18e60..19c8e48 100644 --- a/ironicclient/v1/utils.py +++ b/ironicclient/v1/utils.py @@ -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 |
