components/python/ironicclient/patches/01-boot-device-wanboot.patch
branchs11-update
changeset 4508 d8924d870370
child 5405 66fd59fecd68
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/ironicclient/patches/01-boot-device-wanboot.patch	Fri Jun 19 09:35:02 2015 +0100
@@ -0,0 +1,15 @@
+Add wanboot to list of potentially supported boot devices.
+
+--- python-ironicclient-0.3.2/ironicclient/v1/node_shell.py.~1~	2014-12-10 11:10:37.000000000 -0800
++++ python-ironicclient-0.3.2/ironicclient/v1/node_shell.py	2015-01-09 00:10:16.660604875 -0800
+@@ -344,8 +344,8 @@ def do_node_set_console_mode(cc, args):
+ @cliutils.arg(
+     'device',
+     metavar='<boot device>',
+-    choices=['pxe', 'disk', 'cdrom', 'bios', 'safe'],
+-    help="Supported boot devices:  'pxe', 'disk', 'cdrom', 'bios', 'safe'")
++    choices=['pxe', 'disk', 'cdrom', 'bios', 'safe', 'wanboot'],
++    help="Supported boot devices:  'pxe', 'disk', 'cdrom', 'bios', 'safe', 'wanboot'")
+ @cliutils.arg(
+     '--persistent',
+     dest='persistent',