1d637110f1
Update tables, create some new tables and add them to the config reference. Remove ml2-cisco-apic table, it is now part of the ml_cisco table. Closes-Bug: #1364357 Change-Id: I27220e4ff5a553aa4a92b9bff1dc761af2eeacb8
55 lines
1.8 KiB
XML
55 lines
1.8 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in openstack-doc-tools repository. -->
|
|
<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>metadata_host = $my_ip</td>
|
|
<td>(StrOpt) The IP address for the metadata API server</td>
|
|
</tr>
|
|
<tr>
|
|
<td>metadata_listen = 0.0.0.0</td>
|
|
<td>(StrOpt) The IP address on which the metadata API will listen.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>metadata_listen_port = 8775</td>
|
|
<td>(IntOpt) The port on which the metadata API will listen.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>metadata_manager = nova.api.manager.MetadataManager</td>
|
|
<td>(StrOpt) OpenStack metadata service manager</td>
|
|
</tr>
|
|
<tr>
|
|
<td>metadata_port = 8775</td>
|
|
<td>(IntOpt) The port for the metadata API port</td>
|
|
</tr>
|
|
<tr>
|
|
<td>metadata_workers = None</td>
|
|
<td>(IntOpt) Number of workers for metadata service. The default will be the number of CPUs available.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vendordata_driver = nova.api.metadata.vendordata_json.JsonFileVendorData</td>
|
|
<td>(StrOpt) Driver to use for vendor data</td>
|
|
</tr>
|
|
<tr>
|
|
<td>vendordata_jsonfile_path = None</td>
|
|
<td>(StrOpt) File to load JSON formatted vendor data from</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|