0930aab61a
Update the flagmappings after the feature freeze for nova, and produce the new tables. Change-Id: I6a41a4c92f793ac1f676b07e453519281136171e
84 lines
3.5 KiB
XML
84 lines
3.5 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>
|
|
<td>Configuration option=Default value</td>
|
|
<td>Description</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<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) IP address for EC2 API to listen</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ec2_listen_port=8773</td>
|
|
<td>(IntOpt) port for ec2 api to 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> |