e7cbc675ce
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
68 lines
2.7 KiB
XML
68 lines
2.7 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!--
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
|
|
Warning: Do not edit this file. It is automatically
|
|
generated from the software project's code and your changes
|
|
will be overwritten.
|
|
|
|
The tool to generate this file lives in openstack-doc-tools
|
|
repository.
|
|
|
|
Please make any changes needed in the code, then run the
|
|
autogenerate-config-doc tool from the openstack-doc-tools
|
|
repository, or ask for help on the documentation mailing list,
|
|
IRC channel or meeting.
|
|
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
-->
|
|
<table rules="all" xml:id="config_table_nova_configdrive">
|
|
<caption>Description of config drive configuration options</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="2">[DEFAULT]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>config_drive_format</option> = <replaceable>iso9660</replaceable></td>
|
|
<td>(StrOpt) Config drive format.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>config_drive_skip_versions</option> = <replaceable>1.0 2007-01-19 2007-03-01 2007-08-29 2007-10-10 2007-12-15 2008-02-01 2008-09-01</replaceable></td>
|
|
<td>(StrOpt) List of metadata versions to skip placing into the config drive</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>force_config_drive</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Set to "always" to force injection to take place on a config drive. NOTE: The "always" will be deprecated in the Liberty release cycle.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>mkisofs_cmd</option> = <replaceable>genisoimage</replaceable></td>
|
|
<td>(StrOpt) Name and optionally path of the tool used for ISO image creation</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2">[hyperv]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>config_drive_cdrom</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Attaches the Config Drive image as a cdrom drive instead of a disk drive</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>config_drive_inject_password</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Sets the admin password in the config drive image</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|