openstack-manuals/doc/common/tables/nova-metadata.xml
Gauvain Pocentek e7cbc675ce update the config reference tables for liberty
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
2015-10-29 07:45:04 +01:00

77 lines
3.3 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_metadata">
<caption>Description of metadata 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>metadata_cache_expiration</option> = <replaceable>15</replaceable></td>
<td>(IntOpt) Time in seconds to cache metadata; 0 to disable metadata caching entirely (not recommended). Increasingthis should improve response times of the metadata API when under heavy load. Higher values may increase memoryusage and result in longer times for host metadata changes to take effect.</td>
</tr>
<tr>
<td><option>metadata_host</option> = <replaceable>$my_ip</replaceable></td>
<td>(StrOpt) The IP address for the metadata API server</td>
</tr>
<tr>
<td><option>metadata_listen</option> = <replaceable>0.0.0.0</replaceable></td>
<td>(StrOpt) The IP address on which the metadata API will listen.</td>
</tr>
<tr>
<td><option>metadata_listen_port</option> = <replaceable>8775</replaceable></td>
<td>(IntOpt) The port on which the metadata API will listen.</td>
</tr>
<tr>
<td><option>metadata_manager</option> = <replaceable>nova.api.manager.MetadataManager</replaceable></td>
<td>(StrOpt) OpenStack metadata service manager</td>
</tr>
<tr>
<td><option>metadata_port</option> = <replaceable>8775</replaceable></td>
<td>(IntOpt) The port for the metadata API port</td>
</tr>
<tr>
<td><option>metadata_workers</option> = <replaceable>None</replaceable></td>
<td>(IntOpt) Number of workers for metadata service. The default will be the number of CPUs available.</td>
</tr>
<tr>
<td><option>vendordata_driver</option> = <replaceable>nova.api.metadata.vendordata_json.JsonFileVendorData</replaceable></td>
<td>(StrOpt) Driver to use for vendor data</td>
</tr>
<tr>
<td><option>vendordata_jsonfile_path</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) File to load JSON formatted vendor data from</td>
</tr>
</tbody>
</table>
</para>