openstack-manuals/doc/common/tables/nova-ec2.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 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>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>