b88212e062
Generate the config tables with the autohelp script and include the new tables in the config ref sections. For consistency, use the 'database' and 'auth_token' keywords in all projects. Split the LBaaS tables. Closes-Bug: #1327802 Closes-Bug: #1331180 Closes-Bug: #1331175 Closes-Bug: #1330279 Closes-Bug: #1323946 Closes-Bug: #1323437 Closes-Bug: #1322075 Closes-Bug: #1321621 Closes-Bug: #1319564 Closes-Bug: #1318081 Closes-Bug: #1311474 Change-Id: I5602dda76fdf929d9124f5aa67d31ca4ac17c6d5
87 lines
2.9 KiB
XML
87 lines
2.9 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_ec2">
|
|
<caption>Description of configuration options for ec2</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>ec2_dmz_host = $my_ip</td>
|
|
<td>(StrOpt) The internal IP address of the EC2 API server</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ec2_host = $my_ip</td>
|
|
<td>(StrOpt) The IP address of the EC2 API server</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ec2_listen = 0.0.0.0</td>
|
|
<td>(StrOpt) The IP address on which the EC2 API will listen.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ec2_listen_port = 8773</td>
|
|
<td>(IntOpt) The port on which the EC2 API will listen.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ec2_path = /services/Cloud</td>
|
|
<td>(StrOpt) The path prefix used to call the ec2 API server</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ec2_port = 8773</td>
|
|
<td>(IntOpt) The port of the EC2 API server</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ec2_private_dns_show_ip = False</td>
|
|
<td>(BoolOpt) Return the IP address as private dns hostname in describe instances</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ec2_scheme = http</td>
|
|
<td>(StrOpt) The protocol to use when connecting to the EC2 API server (http, https)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ec2_strict_validation = True</td>
|
|
<td>(BoolOpt) Validate security group names according to EC2 specification</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ec2_timestamp_expiry = 300</td>
|
|
<td>(IntOpt) Time in seconds before ec2 timestamp expires</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ec2_workers = None</td>
|
|
<td>(IntOpt) Number of workers for EC2 API service. The default will be equal to the number of CPUs available.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>keystone_ec2_url = http://localhost:5000/v2.0/ec2tokens</td>
|
|
<td>(StrOpt) URL to get token from ec2 request.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>lockout_attempts = 5</td>
|
|
<td>(IntOpt) Number of failed auths before lockout.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>lockout_minutes = 15</td>
|
|
<td>(IntOpt) Number of minutes to lockout if triggered.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>lockout_window = 15</td>
|
|
<td>(IntOpt) Number of minutes for lockout window.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>region_list = </td>
|
|
<td>(ListOpt) List of region=fqdn pairs separated by commas</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|