Files
openstack-manuals/doc/common/tables/nova-ec2.xml
Gauvain Pocentek e7cbc675ce update the config reference tables for liberty
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
2015-10-29 07:45:04 +01:00

109 lines
4.4 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!--
###################################################################
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
###################################################################
Warning: Do not edit this file. It is automatically
generated from the software project's code and your changes
will be overwritten.
The tool to generate this file lives in openstack-doc-tools
repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools
repository, or ask for help on the documentation mailing list,
IRC channel or meeting.
###################################################################
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
###################################################################
-->
<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>