14908866c8
Change-Id: I8f25f33e031fb28f26a773a79e99e719e671bc7e
88 lines
3.6 KiB
XML
88 lines
3.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in the tools directory of this
|
|
repository -->
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<table rules="all">
|
|
<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 of the ec2 api server</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ec2_host = $my_ip</td>
|
|
<td>(StrOpt) the ip 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</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>
|