openstack-manuals/doc/common/tables/neutron-nicira.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

92 lines
4.8 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 nicira</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>concurrent_connections=5</td>
<td>(IntOpt) Maximum concurrent connections</td>
</tr>
<tr>
<td>default_interface_name=breth0</td>
<td>(StrOpt) Name of the interface on a L2 Gateway transport nodewhich should be used by default when setting up a network connection</td>
</tr>
<tr>
<td>default_l2_gw_service_uuid=None</td>
<td>(StrOpt) Unique identifier of the NVP L2 Gateway service which will be used by default for network gateways</td>
</tr>
<tr>
<td>default_l3_gw_service_uuid=None</td>
<td>(StrOpt) Unique identifier of the NVP L3 Gateway service which will be used for implementing routers and floating IPs</td>
</tr>
<tr>
<td>default_transport_type=stt</td>
<td>(StrOpt) The default network tranport type to use (stt, gre, bridge, ipsec_gre, or ipsec_stt)</td>
</tr>
<tr>
<td>default_tz_uuid=None</td>
<td>(StrOpt) This is uuid of the default NVP Transport zone that will be used for creating tunneled isolated "Neutron" networks. It needs to be created in NVP before starting Neutron with the nvp plugin.</td>
</tr>
<tr>
<td>enable_metadata_access_network=True</td>
<td>(BoolOpt) Enables dedicated connection to the metadata proxy for metadata server access via Neutron router</td>
</tr>
<tr>
<td>http_timeout=10</td>
<td>(IntOpt) Time before aborting a request</td>
</tr>
<tr>
<td>max_lp_per_bridged_ls=64</td>
<td>(IntOpt) Maximum number of ports of a logical switch on a bridged transport zone (default 64)</td>
</tr>
<tr>
<td>max_lp_per_overlay_ls=256</td>
<td>(IntOpt) Maximum number of ports of a logical switch on an overlay transport zone (default 64)</td>
</tr>
<tr>
<td>metadata_mode=access_network</td>
<td>(StrOpt) If set to access_network this enables a dedicated connection to the metadata proxy for metadata server access via Neutron router. If set to dhcp_host_route this enables host route injection via the dhcp agent. This option is only useful if running on a host that does not support namespaces otherwise access_network should be used.</td>
</tr>
<tr>
<td>nvp_cluster_uuid=None</td>
<td>(StrOpt) Optional paramter identifying the UUID of the cluster in NVP. This can be retrieved from NVP management console "admin" section.</td>
</tr>
<tr>
<td>nvp_controllers=None</td>
<td>(ListOpt) Lists the NVP controllers in this cluster</td>
</tr>
<tr>
<td>nvp_gen_timeout=-1</td>
<td>(IntOpt) Number of seconds a generation id should be valid for (default -1 meaning do not time out)</td>
</tr>
<tr>
<td>nvp_password=admin</td>
<td>(StrOpt) Password for NVP controllers in this cluster</td>
</tr>
<tr>
<td>nvp_user=admin</td>
<td>(StrOpt) User name for NVP controllers in this cluster</td>
</tr>
<tr>
<td>redirects=2</td>
<td>(IntOpt) Number of times a redirect should be followed</td>
</tr>
<tr>
<td>retries=2</td>
<td>(IntOpt) Number of time a request should be retried</td>
</tr>
</tbody>
</table>
</para>