From 73f5b2a0d48cbf8dcd0a69f4fd69daebe15bf147 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Sun, 27 Dec 2015 09:25:31 +0900 Subject: [PATCH] [user-guides] Add config drive support by ironic Change-Id: Ib0b3b5b9895daf7d4f8f070de8be809567d5a5cb Closes-Bug: #1418761 --- doc/user-guide/source/cli_config_drive.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/user-guide/source/cli_config_drive.rst b/doc/user-guide/source/cli_config_drive.rst index 1212a46c0a..7283b24f11 100644 --- a/doc/user-guide/source/cli_config_drive.rst +++ b/doc/user-guide/source/cli_config_drive.rst @@ -28,6 +28,8 @@ requirements for the compute host and image. - The following hypervisors support the configuration drive: libvirt, XenServer, Hyper-V, and VMware. + Also, the Bare Matal service supports the configuration drive. + - To use configuration drive with libvirt, XenServer, or VMware, you must first install the genisoimage package on each compute host. Otherwise, instances do not boot properly. @@ -42,6 +44,10 @@ requirements for the compute host and image. in the ``hyperv`` configuration section to the full path to an :command:`qemu-img` command installation. +- To use configuration drive with the Bare Metal service, + you do not need to prepare anything because the Bare Metal + service treats the configuration drive properly. + **Image requirements** - An image built with a recent version of the cloud-init package can