From 32962df689c93a40267c0af3940abaa82ca9faa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Fri, 16 Dec 2016 16:51:29 +0100 Subject: [PATCH] Fix OpenStack client invocation The correct syntax is 'openstack baremetal configure boot'. Change-Id: I59e39cef3b314765357913f3c00f25caa56b65bb --- doc/source/advanced_deployment/upload_single_image.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/advanced_deployment/upload_single_image.rst b/doc/source/advanced_deployment/upload_single_image.rst index 3f8d30ea..6ee2d3b9 100644 --- a/doc/source/advanced_deployment/upload_single_image.rst +++ b/doc/source/advanced_deployment/upload_single_image.rst @@ -9,6 +9,6 @@ before, with the ``--update-existing`` flag added:: Note that if the new image is a ramdisk, the Ironic nodes need to be re-configured to use it. This can be done by re-running:: - openstack overcloud configure boot + openstack baremetal configure boot Now the new image should be fully ready for use by new deployments.