components/python/ironicclient/patches/01-boot-device-wanboot.patch
changeset 5405 66fd59fecd68
parent 4460 e5811789e2fb
--- a/components/python/ironicclient/patches/01-boot-device-wanboot.patch	Fri Feb 05 11:09:10 2016 -0800
+++ b/components/python/ironicclient/patches/01-boot-device-wanboot.patch	Fri Feb 05 17:54:17 2016 -0500
@@ -1,15 +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):
+--- ORIGINAL/ironicclient/v1/node_shell.py	2015-06-03 14:28:54.964047000 +0100
++++ python-ironicclient-0.5.1/ironicclient/v1/node_shell.py	2015-06-03 14:32:08.040441131 +0100
+@@ -383,8 +383,8 @@
  @cliutils.arg(
      'device',
-     metavar='<boot device>',
+     metavar='<boot-device>',
 -    choices=['pxe', 'disk', 'cdrom', 'bios', 'safe'],
--    help="Supported boot devices:  'pxe', 'disk', 'cdrom', 'bios', 'safe'")
+-    help="'pxe', 'disk', 'cdrom', 'bios', or 'safe'.")
 +    choices=['pxe', 'disk', 'cdrom', 'bios', 'safe', 'wanboot'],
-+    help="Supported boot devices:  'pxe', 'disk', 'cdrom', 'bios', 'safe', 'wanboot'")
++    help="'pxe', 'disk', 'cdrom', 'bios', 'safe' or 'wanboot'.")
  @cliutils.arg(
      '--persistent',
      dest='persistent',