From 78ec6b9fb106fcb6d26bb761099cc93cb18dca25 Mon Sep 17 00:00:00 2001 From: Marek Aufart Date: Thu, 30 Jun 2016 17:05:32 +0200 Subject: [PATCH] Add note with boot config image options Adds options which allow specify image names for Ironic nodes boot configuration: --deploy-kernel and --deploy-ramdisk . Change-Id: I51d8d86b6ff7f95688599464324823d7c75da1f0 --- doc/source/post_deployment/build_single_image.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/post_deployment/build_single_image.rst b/doc/source/post_deployment/build_single_image.rst index 6df55c44..c33bab9b 100644 --- a/doc/source/post_deployment/build_single_image.rst +++ b/doc/source/post_deployment/build_single_image.rst @@ -33,4 +33,8 @@ re-configured to use it. This can be done by re-running:: 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.