openstack-manuals/doc/common/tables/nova-ec2.xml
Diane Fleming 64b6c9261e Folder rename, file rename, flattening of directories
Current folder name	New folder name	        Book title
----------------------------------------------------------
basic-install 	        DELETE
cli-guide	        DELETE
common	                common
NEW	                admin-guide-cloud	Cloud Administrators Guide
docbkx-example	        DELETE
openstack-block-storage-admin 	DELETE
openstack-compute-admin 	DELETE
openstack-config 	config-reference	OpenStack Configuration Reference
openstack-ha 	        high-availability-guide	OpenStack High Availabilty Guide
openstack-image	        image-guide	OpenStack Virtual Machine Image Guide
openstack-install 	install-guide	OpenStack Installation Guide
openstack-network-connectivity-admin 	admin-guide-network 	OpenStack Networking Administration Guide
openstack-object-storage-admin 	DELETE
openstack-security 	security-guide	OpenStack Security Guide
openstack-training 	training-guide	OpenStack Training Guide
openstack-user 	        user-guide	OpenStack End User Guide
openstack-user-admin 	user-guide-admin	OpenStack Admin User Guide
glossary	        NEW        	OpenStack Glossary

bug: #1220407

Change-Id: Id5ffc774b966ba7b9a591743a877aa10ab3094c7
author: diane fleming
2013-09-08 15:15:50 -07:00

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>(Type) 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>