590bb27b37
Removed docker references (the driver has been removed from nova). Update confilcting pages including tables to use xrefs instead. Add a rpc_all section to handle conflicts in the training-guides. Closes-Bug: #1291138 Closes-Bug: #1292612 Change-Id: I67ad31c3913cae4c2e9e3d2ce41302717af5d839
56 lines
2.4 KiB
XML
56 lines
2.4 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" xml:id="config_table_nova_metadata">
|
|
<caption>Description of configuration options for metadata</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>
|