Fix OpenStack client invocation

The correct syntax is 'openstack baremetal configure boot'.

Change-Id: I59e39cef3b314765357913f3c00f25caa56b65bb
This commit is contained in:
Martin André 2016-12-16 16:51:29 +01:00
parent f431f6c519
commit 32962df689

View File

@ -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.