546ea5db59
Change-Id: I02784cd0330771220f84325884cd147b3fdf2b8e
75 lines
3.3 KiB
XML
75 lines
3.3 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_neutron_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>meta_flavor_driver_mappings</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Mapping between flavor and LinuxInterfaceDriver. It is specific to MetaInterfaceDriver used with admin_user, admin_password, admin_tenant_name, admin_url, auth_strategy, auth_region and endpoint_type.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>metadata_access_mark</option> = <replaceable>0x1</replaceable></td>
|
|
<td>(StrOpt) Iptables mangle mark used to mark metadata valid requests</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>metadata_backlog</option> = <replaceable>4096</replaceable></td>
|
|
<td>(IntOpt) Number of backlog requests to configure the metadata server socket with</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>metadata_port</option> = <replaceable>9697</replaceable></td>
|
|
<td>(IntOpt) TCP Port used by Neutron metadata namespace proxy.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>metadata_proxy_group</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Group (gid or name) running metadata proxy after its initialization (if empty: L3 agent effective group)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>metadata_proxy_shared_secret</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) Shared secret to sign instance-id request</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>metadata_proxy_socket</option> = <replaceable>$state_path/metadata_proxy</replaceable></td>
|
|
<td>(StrOpt) Location of Metadata Proxy UNIX domain socket</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>metadata_proxy_user</option> = <replaceable></replaceable></td>
|
|
<td>(StrOpt) User (uid or name) running metadata proxy after its initialization (if empty: L3 agent effective user)</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>metadata_workers</option> = <replaceable>1</replaceable></td>
|
|
<td>(IntOpt) Number of separate worker processes for metadata server</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>nova_metadata_insecure</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Allow to perform insecure SSL (https) requests to nova metadata</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>nova_metadata_ip</option> = <replaceable>127.0.0.1</replaceable></td>
|
|
<td>(StrOpt) IP address used by Nova metadata server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>nova_metadata_port</option> = <replaceable>8775</replaceable></td>
|
|
<td>(IntOpt) TCP Port used by Nova metadata server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>nova_metadata_protocol</option> = <replaceable>http</replaceable></td>
|
|
<td>(StrOpt) Protocol to access nova metadata, http or https</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|