cdebb041d5
Partial-Bug: #1472417 Closes-Bug: #1465841 Partial-Bug: #1461459 Partial-Bug: #1454356 Closes-Bug: #1450002 Change-Id: I1ce5933ce20d2021f4286ca965823483940157fe
91 lines
3.7 KiB
XML
91 lines
3.7 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 EC2 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>ec2_dmz_host</option> = <replaceable>$my_ip</replaceable></td>
|
|
<td>(StrOpt) The internal IP address of the EC2 API server</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>ec2_host</option> = <replaceable>$my_ip</replaceable></td>
|
|
<td>(StrOpt) The IP address of the EC2 API server</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>ec2_listen</option> = <replaceable>0.0.0.0</replaceable></td>
|
|
<td>(StrOpt) The IP address on which the EC2 API will listen.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>ec2_listen_port</option> = <replaceable>8773</replaceable></td>
|
|
<td>(IntOpt) The port on which the EC2 API will listen.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>ec2_path</option> = <replaceable>/</replaceable></td>
|
|
<td>(StrOpt) The path prefix used to call the ec2 API server</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>ec2_port</option> = <replaceable>8773</replaceable></td>
|
|
<td>(IntOpt) The port of the EC2 API server</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>ec2_private_dns_show_ip</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Return the IP address as private dns hostname in describe instances</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>ec2_scheme</option> = <replaceable>http</replaceable></td>
|
|
<td>(StrOpt) The protocol to use when connecting to the EC2 API server</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>ec2_strict_validation</option> = <replaceable>True</replaceable></td>
|
|
<td>(BoolOpt) Validate security group names according to EC2 specification</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>ec2_timestamp_expiry</option> = <replaceable>300</replaceable></td>
|
|
<td>(IntOpt) Time in seconds before ec2 timestamp expires</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>ec2_workers</option> = <replaceable>None</replaceable></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><option>keystone_ec2_insecure</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) Disable SSL certificate verification.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>keystone_ec2_url</option> = <replaceable>http://localhost:5000/v2.0/ec2tokens</replaceable></td>
|
|
<td>(StrOpt) URL to get token from ec2 request.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>lockout_attempts</option> = <replaceable>5</replaceable></td>
|
|
<td>(IntOpt) Number of failed auths before lockout.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>lockout_minutes</option> = <replaceable>15</replaceable></td>
|
|
<td>(IntOpt) Number of minutes to lockout if triggered.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>lockout_window</option> = <replaceable>15</replaceable></td>
|
|
<td>(IntOpt) Number of minutes for lockout window.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>region_list</option> = <replaceable></replaceable></td>
|
|
<td>(ListOpt) List of region=fqdn pairs separated by commas</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|