openstack-manuals/doc/common/tables/nova-configdrive.xml
Diane Fleming 64b6c9261e Folder rename, file rename, flattening of directories
Current folder name	New folder name	        Book title
----------------------------------------------------------
basic-install 	        DELETE
cli-guide	        DELETE
common	                common
NEW	                admin-guide-cloud	Cloud Administrators Guide
docbkx-example	        DELETE
openstack-block-storage-admin 	DELETE
openstack-compute-admin 	DELETE
openstack-config 	config-reference	OpenStack Configuration Reference
openstack-ha 	        high-availability-guide	OpenStack High Availabilty Guide
openstack-image	        image-guide	OpenStack Virtual Machine Image Guide
openstack-install 	install-guide	OpenStack Installation Guide
openstack-network-connectivity-admin 	admin-guide-network 	OpenStack Networking Administration Guide
openstack-object-storage-admin 	DELETE
openstack-security 	security-guide	OpenStack Security Guide
openstack-training 	training-guide	OpenStack Training Guide
openstack-user 	        user-guide	OpenStack End User Guide
openstack-user-admin 	user-guide-admin	OpenStack Admin User Guide
glossary	        NEW        	OpenStack Glossary

bug: #1220407

Change-Id: Id5ffc774b966ba7b9a591743a877aa10ab3094c7
author: diane fleming
2013-09-08 15:15:50 -07:00

48 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in the tools directory of this
repository -->
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for configdrive</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>config_drive_cdrom=False</td>
<td>(BoolOpt) Attaches the Config Drive image as a cdrom drive instead of a disk drive</td>
</tr>
<tr>
<td>config_drive_format=iso9660</td>
<td>(StrOpt) Config drive format. One of iso9660 (default) or vfat</td>
</tr>
<tr>
<td>config_drive_inject_password=False</td>
<td>(BoolOpt) Sets the admin password in the config drive image</td>
</tr>
<tr>
<td>config_drive_skip_versions=1.0 2007-01-19 2007-03-01 2007-08-29 2007-10-10 2007-12-15 2008-02-01 2008-09-01</td>
<td>(StrOpt) List of metadata versions to skip placing into the config drive</td>
</tr>
<tr>
<td>config_drive_tempdir=None</td>
<td>(StrOpt) Where to put temporary files associated with config drive creation</td>
</tr>
<tr>
<td>force_config_drive=None</td>
<td>(StrOpt) Set to force injection to take place on a config drive (if set, valid options are: always)</td>
</tr>
<tr>
<td>mkisofs_cmd=genisoimage</td>
<td>(StrOpt) Name and optionally path of the tool used for ISO image creation</td>
</tr>
</tbody>
</table>
</para>