From 6142619f5309d8df6ecb9d2fd29da7d66c20e735 Mon Sep 17 00:00:00 2001 From: Naohiro Tamura Date: Mon, 10 Aug 2015 23:52:57 +0900 Subject: [PATCH] Remove unnecessary trailing backslash in Installation Guide This patch removes unnecessary trailing backslash from the command line in Installation Guide so that user can copy and paste the command line. ironic node-update $NODE_UUID add \ driver_info/deploy_kernel=$DEPLOY_VMLINUZ_UUID \ - driver_info/deploy_ramdisk=$DEPLOY_INITRD_UUID \ + driver_info/deploy_ramdisk=$DEPLOY_INITRD_UUID Change-Id: I96dfb580250e1bf3bb2a6b6b7470d87f56ee2553 --- doc/source/deploy/install-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst index b4b70910d8..302e75b46e 100644 --- a/doc/source/deploy/install-guide.rst +++ b/doc/source/deploy/install-guide.rst @@ -1404,7 +1404,7 @@ if desired. ironic node-update $NODE_UUID add \ driver_info/deploy_kernel=$DEPLOY_VMLINUZ_UUID \ - driver_info/deploy_ramdisk=$DEPLOY_INITRD_UUID \ + driver_info/deploy_ramdisk=$DEPLOY_INITRD_UUID #. You must also inform Ironic of the Network Interface Cards which are part of the Node by creating a Port with each NIC's MAC address. These MAC