Add note with boot config image options

Adds options which allow specify image names for Ironic nodes boot
configuration: --deploy-kernel <name> and --deploy-ramdisk <name>.

Change-Id: I51d8d86b6ff7f95688599464324823d7c75da1f0
This commit is contained in:
Marek Aufart 2016-06-30 17:05:32 +02:00 committed by Steven Hardy
parent bf000e80a1
commit 78ec6b9fb1

View File

@ -33,4 +33,8 @@ re-configured to use it. This can be done by re-running::
openstack overcloud configure boot openstack overcloud configure boot
.. note::
If you want to use custom images for boot configuration, specify their names in
``--deploy-kernel`` and ``--deploy-ramdisk`` options.
Now the new image should be fully ready for use by new deployments. Now the new image should be fully ready for use by new deployments.