Add quantum configuration reference tables

This is the first attempt at automatically generated configuration
tables being added to documentation.
blueprint autogenerate-config-tables

https://wiki.openstack.org/wiki/Blueprint-autogenerate-config-tables

Work is being conducted out-of-repo at :

https://github.com/fifieldt/autogenerate-config-docs

quantum has existing tables, which are out of date for Grizzly.
These new tables will need to be linked in, but first submitting these for
review without linking them in to a book yet, because feedback is needed.

Please provide feedback on:
* completeness (is every option and its description present)
* groupings (is every option in the right group)
* potential integrations (can you see where one or more of these
tables could be combined under a nice descriptive paragraph)
* relationships to config files (are these useful as is, or how to
best integrate them with examples)
* anything else you can think of

Change-Id: I396b04edb668c0a5a403ccfd3f6db90c78d29ce6
This commit is contained in:
Tom Fifield 2013-05-12 17:59:38 +10:00
parent e16a35713e
commit 7e8bef2e44
31 changed files with 1608 additions and 0 deletions

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for agent</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>agent_down_time=5</td>
<td>(IntOpt)Seconds to regard the agent is down.</td>
</tr>
<tr>
<td>external_pids=$state_path/external/pids</td>
<td>(StrOpt)Location to store child pid files</td>
</tr>
<tr>
<td>report_interval=4</td>
<td>(IntOpt)Seconds between nodes reporting state to server</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for api</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>allow_bulk=True</td>
<td>(BoolOpt)Allow the usage of the bulk API</td>
</tr>
<tr>
<td>allow_pagination=False</td>
<td>(BoolOpt)Allow the usage of the pagination</td>
</tr>
<tr>
<td>allow_sorting=False</td>
<td>(BoolOpt)Allow the usage of the sorting</td>
</tr>
<tr>
<td>api_extensions_path=</td>
<td>(StrOpt)The path for API extensions</td>
</tr>
<tr>
<td>api_paste_config=api-paste.ini</td>
<td>(StrOpt)The API paste config file to use</td>
</tr>
<tr>
<td>pagination_max_limit=-1</td>
<td>(StrOpt)The maximum number of items returned in a single response, value was 'infinite' or negative integer means no limit</td>
</tr>
<tr>
<td>service_plugins=[]</td>
<td>(ListOpt)The service plugins Quantum will use</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for bigswitch</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>add_meta_server_route=True</td>
<td>(BoolOpt)Flag to decide if a route to the metadata server should be injected into the VM</td>
</tr>
<tr>
<td>quantum_id=Quantum-usagi</td>
<td>(StrOpt)User defined identifier for this Quantum deployment</td>
</tr>
<tr>
<td>server_auth=username:password</td>
<td>(StrOpt)Server authentication</td>
</tr>
<tr>
<td>server_ssl=False</td>
<td>(BoolOpt)Use SSL to connect</td>
</tr>
<tr>
<td>server_timeout=10</td>
<td>(IntOpt)Maximum number of seconds to wait for proxy request to connect and complete.</td>
</tr>
<tr>
<td>servers=localhost:8800</td>
<td>(StrOpt)A comma separated list of servers and port numbers to proxy request to.</td>
</tr>
<tr>
<td>sync_data=False</td>
<td>(BoolOpt)Sync data on connect</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for brocade</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>address=</td>
<td>(StrOpt)No help text available for this option</td>
</tr>
<tr>
<td>ostype=NOS</td>
<td>(StrOpt)No help text available for this option</td>
</tr>
<tr>
<td>password=None</td>
<td>(StrOpt)Password for Redis server. (optional)</td>
</tr>
<tr>
<td>password=</td>
<td>(StrOpt)No help text available for this option</td>
</tr>
<tr>
<td>password=passw0rd</td>
<td>(StrOpt)MidoNet admin password.</td>
</tr>
<tr>
<td>password=password</td>
<td>(StrOpt)PLUMgrid NOS admin password</td>
</tr>
<tr>
<td>physical_interface=eth0</td>
<td>(StrOpt)No help text available for this option</td>
</tr>
<tr>
<td>username=</td>
<td>(StrOpt)No help text available for this option</td>
</tr>
<tr>
<td>username=admin</td>
<td>(StrOpt)MidoNet admin username.</td>
</tr>
<tr>
<td>username=username</td>
<td>(StrOpt)PLUMgrid NOS admin username</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for cisco</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>host=usagi</td>
<td>(StrOpt)The hostname Quantum is running on</td>
</tr>
<tr>
<td>host=127.0.0.1</td>
<td>(StrOpt)Host to locate redis</td>
</tr>
<tr>
<td>host=None</td>
<td>(StrOpt)Cisco test host option.</td>
</tr>
<tr>
<td>host=127.0.0.1</td>
<td>(StrOpt)Host to connect to</td>
</tr>
<tr>
<td>manager_class=quantum.plugins.cisco.segmentation.l2network_vlan_mgr_v2.L2NetworkVLANMgr</td>
<td>(StrOpt)Manager Class</td>
</tr>
<tr>
<td>max_networks=65568</td>
<td>(StrOpt)Maximum Network value</td>
</tr>
<tr>
<td>max_port_profiles=65568</td>
<td>(StrOpt)Maximum Port Profile value</td>
</tr>
<tr>
<td>max_ports=100</td>
<td>(StrOpt)Maximum Port value</td>
</tr>
<tr>
<td>model_class=quantum.plugins.cisco.models.virt_phy_sw_v2.VirtualPhysicalSwitchModelV2</td>
<td>(StrOpt)Model Class</td>
</tr>
<tr>
<td>nexus_driver=quantum.plugins.cisco.tests.unit.v2.nexus.fake_nexus_driver.CiscoNEXUSFakeDriver</td>
<td>(StrOpt)Nexus Driver Name</td>
</tr>
<tr>
<td>nexus_plugin=quantum.plugins.cisco.nexus.cisco_nexus_plugin_v2.NexusPlugin</td>
<td>(StrOpt)Nexus Switch to use</td>
</tr>
<tr>
<td>vlan_end=3000</td>
<td>(StrOpt)VLAN end value</td>
</tr>
<tr>
<td>vlan_name_prefix=q-</td>
<td>(StrOpt)VLAN Name prefix</td>
</tr>
<tr>
<td>vlan_start=100</td>
<td>(StrOpt)VLAN start value</td>
</tr>
<tr>
<td>vswitch_plugin=quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2</td>
<td>(StrOpt)Virtual Switch to use</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,148 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for common</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>admin_password=None</td>
<td>(StrOpt)Admin password</td>
</tr>
<tr>
<td>admin_tenant_name=None</td>
<td>(StrOpt)Admin tenant name</td>
</tr>
<tr>
<td>admin_user=None</td>
<td>(StrOpt)Admin user</td>
</tr>
<tr>
<td>allowed_rpc_exception_modules=['quantum.openstack.common.exception', 'nova.exception', 'cinder.exception', 'exceptions']</td>
<td>(ListOpt)Modules of exceptions that are permitted to be recreatedupon receiving exception data from an rpc call.</td>
</tr>
<tr>
<td>auth_region=None</td>
<td>(StrOpt)Authentication region</td>
</tr>
<tr>
<td>auth_strategy=keystone</td>
<td>(StrOpt)The type of authentication to use</td>
</tr>
<tr>
<td>auth_strategy=keystone</td>
<td>(StrOpt)The type of authentication to use</td>
</tr>
<tr>
<td>auth_url=None</td>
<td>(StrOpt)Authentication URL</td>
</tr>
<tr>
<td>base_mac=fa:16:3e:00:00:00</td>
<td>(StrOpt)The base MAC address Quantum will use for VIFs</td>
</tr>
<tr>
<td>bind_host=0.0.0.0</td>
<td>(StrOpt)The host IP to bind to</td>
</tr>
<tr>
<td>bind_port=9696</td>
<td>(IntOpt)The port to bind to</td>
</tr>
<tr>
<td>core_plugin=None</td>
<td>(StrOpt)The core plugin Quantum will use</td>
</tr>
<tr>
<td>dhcp_agent_notification=True</td>
<td>(BoolOpt)Allow sending resource operation notification to DHCP agent</td>
</tr>
<tr>
<td>dhcp_lease_duration=120</td>
<td>(IntOpt)DHCP lease duration</td>
</tr>
<tr>
<td>disable_process_locking=False</td>
<td>(BoolOpt)Whether to disable inter-process locks</td>
</tr>
<tr>
<td>force_gateway_on_subnet=False</td>
<td>(BoolOpt)Ensure that configured gateway is on subnet</td>
</tr>
<tr>
<td>host=usagi</td>
<td>(StrOpt)The hostname Quantum is running on</td>
</tr>
<tr>
<td>host=127.0.0.1</td>
<td>(StrOpt)Host to locate redis</td>
</tr>
<tr>
<td>host=None</td>
<td>(StrOpt)Cisco test host option.</td>
</tr>
<tr>
<td>host=127.0.0.1</td>
<td>(StrOpt)Host to connect to</td>
</tr>
<tr>
<td>lock_path=None</td>
<td>(StrOpt)Directory to use for lock files. Default to a temp directory</td>
</tr>
<tr>
<td>mac_generation_retries=16</td>
<td>(IntOpt)How many times Quantum will retry MAC generation</td>
</tr>
<tr>
<td>max_dns_nameservers=5</td>
<td>(IntOpt)Maximum number of DNS nameservers</td>
</tr>
<tr>
<td>max_fixed_ips_per_port=5</td>
<td>(IntOpt)Maximum number of fixed ips per port</td>
</tr>
<tr>
<td>max_subnet_host_routes=20</td>
<td>(IntOpt)Maximum number of host routes per subnet</td>
</tr>
<tr>
<td>network_vlan_ranges=[]</td>
<td>(ListOpt)List of &lt;physical_network&gt;:&lt;vlan_min&gt;:&lt;vlan_max&gt; or &lt;physical_network&gt;</td>
</tr>
<tr>
<td>network_vlan_ranges=[]</td>
<td>(ListOpt)List of &lt;physical_network&gt;:&lt;vlan_min&gt;:&lt;vlan_max&gt; or &lt;physical_network&gt;</td>
</tr>
<tr>
<td>network_vlan_ranges=[]</td>
<td>(ListOpt)List of &lt;physical_network&gt;:&lt;vlan_min&gt;:&lt;vlan_max&gt; or &lt;physical_network&gt;</td>
</tr>
<tr>
<td>periodic_fuzzy_delay=5</td>
<td>(IntOpt)range of seconds to randomly delay when starting the periodic task scheduler to reduce stampeding. (Disable by setting to 0)</td>
</tr>
<tr>
<td>periodic_interval=40</td>
<td>(IntOpt)Seconds between running periodic tasks</td>
</tr>
<tr>
<td>root_helper=sudo</td>
<td>(StrOpt)Root helper application.</td>
</tr>
<tr>
<td>root_helper=sudo</td>
<td>(StrOpt)Root helper application.</td>
</tr>
<tr>
<td>state_path=/var/lib/quantum</td>
<td>(StrOpt)No help text available for this option</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for db</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>description=</td>
<td>(StrOpt)Textual description for the default service type</td>
</tr>
<tr>
<td>reconnect_interval=2</td>
<td>(IntOpt)Database reconnection interval in seconds</td>
</tr>
<tr>
<td>service_definition=None</td>
<td>(MultiStrOpt)Defines a provider for an advanced service using the format: &lt;service&gt;:&lt;plugin&gt;[:&lt;driver&gt;]</td>
</tr>
<tr>
<td>sql_connection=None</td>
<td>(StrOpt)The SQLAlchemy connection string used to connect to the database</td>
</tr>
<tr>
<td>sql_dbpool_enable=False</td>
<td>(BoolOpt)Enable the use of eventlet's db_pool for MySQL</td>
</tr>
<tr>
<td>sql_idle_timeout=3600</td>
<td>(IntOpt)Timeout in seconds before idle sql connections are reaped</td>
</tr>
<tr>
<td>sql_max_pool_size=5</td>
<td>(IntOpt)Maximum number of SQL connections to keep open in a pool</td>
</tr>
<tr>
<td>sql_max_retries=-1</td>
<td>(IntOpt)Database reconnection retry times</td>
</tr>
<tr>
<td>sql_min_pool_size=1</td>
<td>(IntOpt)Minimum number of SQL connections to keep open in a pool</td>
</tr>
<tr>
<td>sqlalchemy_pool_size=5</td>
<td>(IntOpt)Maximum number of SQL connections to keep open in a QueuePool in SQLAlchemy</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for hyperv</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>local_network_vswitch=private</td>
<td>(StrOpt)Private vswitch name used for local networks</td>
</tr>
<tr>
<td>network_vlan_ranges=[]</td>
<td>(ListOpt)List of &lt;physical_network&gt;:&lt;vlan_min&gt;:&lt;vlan_max&gt; or &lt;physical_network&gt;</td>
</tr>
<tr>
<td>network_vlan_ranges=[]</td>
<td>(ListOpt)List of &lt;physical_network&gt;:&lt;vlan_min&gt;:&lt;vlan_max&gt; or &lt;physical_network&gt;</td>
</tr>
<tr>
<td>network_vlan_ranges=[]</td>
<td>(ListOpt)List of &lt;physical_network&gt;:&lt;vlan_min&gt;:&lt;vlan_max&gt; or &lt;physical_network&gt;</td>
</tr>
<tr>
<td>physical_network_vswitch_mappings=[]</td>
<td>(ListOpt)List of &lt;physical_network&gt;:&lt;vswitch&gt; where the physical networks can be expressed with wildcards, e.g.: ."*:external"</td>
</tr>
<tr>
<td>polling_interval=2</td>
<td>(IntOpt)The number of seconds the agent will wait between polling for local device changes.</td>
</tr>
<tr>
<td>tenant_network_type=local</td>
<td>(StrOpt)Network type for tenant networks (local, vlan, or none)</td>
</tr>
<tr>
<td>tenant_network_type=local</td>
<td>(StrOpt)Network type for tenant networks (local, flat, vlan or none)</td>
</tr>
<tr>
<td>tenant_network_type=local</td>
<td>(StrOpt)Network type for tenant networks (local, vlan, gre, or none)</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for kombu</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>kombu_ssl_ca_certs=</td>
<td>(StrOpt)SSL certification authority file (valid only if SSL enabled)</td>
</tr>
<tr>
<td>kombu_ssl_certfile=</td>
<td>(StrOpt)SSL cert file (valid only if SSL enabled)</td>
</tr>
<tr>
<td>kombu_ssl_keyfile=</td>
<td>(StrOpt)SSL key file (valid only if SSL enabled)</td>
</tr>
<tr>
<td>kombu_ssl_version=</td>
<td>(StrOpt)SSL version to use (valid only if SSL enabled)</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for linuxbridge</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>physical_interface_mappings=[]</td>
<td>(ListOpt)List of &lt;physical_network&gt;:&lt;physical_interface&gt;</td>
</tr>
<tr>
<td>tenant_network_type=local</td>
<td>(StrOpt)Network type for tenant networks (local, vlan, or none)</td>
</tr>
<tr>
<td>tenant_network_type=local</td>
<td>(StrOpt)Network type for tenant networks (local, flat, vlan or none)</td>
</tr>
<tr>
<td>tenant_network_type=local</td>
<td>(StrOpt)Network type for tenant networks (local, vlan, gre, or none)</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,96 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for logging</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>debug=False</td>
<td>(BoolOpt)Print debugging output (set logging level to DEBUG instead of default WARNING level).</td>
</tr>
<tr>
<td>default_log_levels=['amqplib=WARN', 'sqlalchemy=WARN', 'boto=WARN', 'suds=INFO', 'keystone=INFO', 'eventlet.wsgi.server=WARN']</td>
<td>(ListOpt)list of logger=LEVEL pairs</td>
</tr>
<tr>
<td>fatal_deprecations=False</td>
<td>(BoolOpt)make deprecations fatal</td>
</tr>
<tr>
<td>instance_format=[instance: %(uuid)s] </td>
<td>(StrOpt)If an instance is passed with the log message, format it like this</td>
</tr>
<tr>
<td>instance_uuid_format=[instance: %(uuid)s] </td>
<td>(StrOpt)If an instance UUID is passed with the log message, format it like this</td>
</tr>
<tr>
<td>log_config=None</td>
<td>(StrOpt)If this option is specified, the logging configuration file specified is used and overrides any other logging options specified. Please see the Python logging module documentation for details on logging configuration files.</td>
</tr>
<tr>
<td>log_date_format=%Y-%m-%d %H:%M:%S</td>
<td>(StrOpt)Format string for %%(asctime)s in log records. Default: %(default)s</td>
</tr>
<tr>
<td>log_dir=None</td>
<td>(StrOpt)(Optional) The base directory used for relative --log-file paths</td>
</tr>
<tr>
<td>log_file=None</td>
<td>(StrOpt)(Optional) Name of log file to output to. If no default is set, logging will go to stdout.</td>
</tr>
<tr>
<td>log_format=%(asctime)s %(levelname)8s [%(name)s] %(message)s</td>
<td>(StrOpt)A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. Default: %(default)s</td>
</tr>
<tr>
<td>logfile_mode=0644</td>
<td>(StrOpt)Default file mode used when creating log files</td>
</tr>
<tr>
<td>logging_context_format_string=%(asctime)s.%(msecs)03d %(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s] %(instance)s%(message)s</td>
<td>(StrOpt)format string to use for log messages with context</td>
</tr>
<tr>
<td>logging_debug_format_suffix=%(funcName)s %(pathname)s:%(lineno)d</td>
<td>(StrOpt)data to append to log format when level is DEBUG</td>
</tr>
<tr>
<td>logging_default_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s</td>
<td>(StrOpt)format string to use for log messages without context</td>
</tr>
<tr>
<td>logging_exception_prefix=%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s</td>
<td>(StrOpt)prefix each line of exception output with this format</td>
</tr>
<tr>
<td>publish_errors=False</td>
<td>(BoolOpt)publish error events</td>
</tr>
<tr>
<td>syslog_log_facility=LOG_USER</td>
<td>(StrOpt)syslog facility to receive log lines</td>
</tr>
<tr>
<td>use_stderr=True</td>
<td>(BoolOpt)Log output to standard error</td>
</tr>
<tr>
<td>use_syslog=False</td>
<td>(BoolOpt)Use syslog for logging.</td>
</tr>
<tr>
<td>verbose=False</td>
<td>(BoolOpt)Print more verbose output (set logging level to INFO instead of default WARNING level).</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for meta</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>default_flavor=</td>
<td>(StrOpt)Default flavor to use</td>
</tr>
<tr>
<td>default_l3_flavor=</td>
<td>(StrOpt)Default L3 flavor to use</td>
</tr>
<tr>
<td>extension_map=</td>
<td>(StrOpt)A list of extensions, per plugin, to load.</td>
</tr>
<tr>
<td>l3_plugin_list=</td>
<td>(StrOpt)List of L3 plugins to load</td>
</tr>
<tr>
<td>plugin_list=</td>
<td>(StrOpt)List of plugins to load</td>
</tr>
<tr>
<td>supported_extension_aliases=</td>
<td>(StrOpt)Supported extension aliases</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for metadata</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>auth_strategy=keystone</td>
<td>(StrOpt)The type of authentication to use</td>
</tr>
<tr>
<td>auth_strategy=keystone</td>
<td>(StrOpt)The type of authentication to use</td>
</tr>
<tr>
<td>metadata_proxy_socket=$state_path/metadata_proxy</td>
<td>(StrOpt)Location of Metadata Proxy UNIX domain socket</td>
</tr>
<tr>
<td>metadata_router_id=None</td>
<td>(StrOpt)Virtual metadata router ID.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for midonet</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>midonet_uri=http://localhost:8080/midonet-api</td>
<td>(StrOpt)MidoNet API server URI.</td>
</tr>
<tr>
<td>mode=dev</td>
<td>(StrOpt)Operational mode. Internal dev use only.</td>
</tr>
<tr>
<td>password=None</td>
<td>(StrOpt)Password for Redis server. (optional)</td>
</tr>
<tr>
<td>password=</td>
<td>(StrOpt)No help text available for this option</td>
</tr>
<tr>
<td>password=passw0rd</td>
<td>(StrOpt)MidoNet admin password.</td>
</tr>
<tr>
<td>password=password</td>
<td>(StrOpt)PLUMgrid NOS admin password</td>
</tr>
<tr>
<td>project_id=77777777-7777-7777-7777-777777777777</td>
<td>(StrOpt)ID of the project that MidoNet admin userbelongs to.</td>
</tr>
<tr>
<td>provider_router_id=None</td>
<td>(StrOpt)Virtual provider router ID.</td>
</tr>
<tr>
<td>username=</td>
<td>(StrOpt)No help text available for this option</td>
</tr>
<tr>
<td>username=admin</td>
<td>(StrOpt)MidoNet admin username.</td>
</tr>
<tr>
<td>username=username</td>
<td>(StrOpt)PLUMgrid NOS admin username</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for nec</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>cert_file=None</td>
<td>(StrOpt)Certificate file</td>
</tr>
<tr>
<td>driver=trema</td>
<td>(StrOpt)Driver to use</td>
</tr>
<tr>
<td>enable_packet_filter=True</td>
<td>(BoolOpt)Enable packet filter</td>
</tr>
<tr>
<td>host=usagi</td>
<td>(StrOpt)The hostname Quantum is running on</td>
</tr>
<tr>
<td>host=127.0.0.1</td>
<td>(StrOpt)Host to locate redis</td>
</tr>
<tr>
<td>host=None</td>
<td>(StrOpt)Cisco test host option.</td>
</tr>
<tr>
<td>host=127.0.0.1</td>
<td>(StrOpt)Host to connect to</td>
</tr>
<tr>
<td>port=6379</td>
<td>(IntOpt)Use this port to connect to redis host.</td>
</tr>
<tr>
<td>port=8888</td>
<td>(StrOpt)Port to connect to</td>
</tr>
<tr>
<td>use_ssl=False</td>
<td>(BoolOpt)Enable SSL on the API server</td>
</tr>
<tr>
<td>use_ssl=False</td>
<td>(BoolOpt)Use SSL to connect</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<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_cluster_name=None</td>
<td>(StrOpt)Default cluster name</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_dhcp_host_route=False</td>
<td>(BoolOpt)No help text available for this option</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 Quantum 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_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>
</tbody>
</table>
</para>

View File

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for notifier</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>default_notification_level=INFO</td>
<td>(StrOpt)Default notification level for outgoing notifications</td>
</tr>
<tr>
<td>default_publisher_id=$host</td>
<td>(StrOpt)Default publisher_id for outgoing notifications</td>
</tr>
<tr>
<td>notification_driver=[]</td>
<td>(MultiStrOpt)Driver or drivers to handle sending notifications</td>
</tr>
<tr>
<td>notification_topics=['notifications']</td>
<td>(ListOpt)AMQP topic used for openstack notifications</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for openvswitch</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>bridge_mappings=[]</td>
<td>(ListOpt)List of &lt;physical_network&gt;:&lt;bridge&gt;</td>
</tr>
<tr>
<td>enable_tunneling=False</td>
<td>(BoolOpt)Enable tunneling support</td>
</tr>
<tr>
<td>int_peer_patch_port=patch-tun</td>
<td>(StrOpt)Peer patch port in integration bridge for tunnel bridge</td>
</tr>
<tr>
<td>integration_bridge=br-int</td>
<td>(StrOpt)Integration bridge to use</td>
</tr>
<tr>
<td>local_ip=</td>
<td>(StrOpt)Local IP address of GRE tunnel endpoints.</td>
</tr>
<tr>
<td>network_vlan_ranges=[]</td>
<td>(ListOpt)List of &lt;physical_network&gt;:&lt;vlan_min&gt;:&lt;vlan_max&gt; or &lt;physical_network&gt;</td>
</tr>
<tr>
<td>network_vlan_ranges=[]</td>
<td>(ListOpt)List of &lt;physical_network&gt;:&lt;vlan_min&gt;:&lt;vlan_max&gt; or &lt;physical_network&gt;</td>
</tr>
<tr>
<td>network_vlan_ranges=[]</td>
<td>(ListOpt)List of &lt;physical_network&gt;:&lt;vlan_min&gt;:&lt;vlan_max&gt; or &lt;physical_network&gt;</td>
</tr>
<tr>
<td>tenant_network_type=local</td>
<td>(StrOpt)Network type for tenant networks (local, vlan, or none)</td>
</tr>
<tr>
<td>tenant_network_type=local</td>
<td>(StrOpt)Network type for tenant networks (local, flat, vlan or none)</td>
</tr>
<tr>
<td>tenant_network_type=local</td>
<td>(StrOpt)Network type for tenant networks (local, vlan, gre, or none)</td>
</tr>
<tr>
<td>tun_peer_patch_port=patch-int</td>
<td>(StrOpt)Peer patch port in tunnel bridge for integration bridge</td>
</tr>
<tr>
<td>tunnel_bridge=br-tun</td>
<td>(StrOpt)Tunnel bridge to use</td>
</tr>
<tr>
<td>tunnel_id_ranges=[]</td>
<td>(ListOpt)List of &lt;tun_min&gt;:&lt;tun_max&gt;</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for plumgrid</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>nos_server=localhost</td>
<td>(StrOpt)PLUMgrid NOS server to connect to</td>
</tr>
<tr>
<td>nos_server_port=8080</td>
<td>(StrOpt)PLUMgrid NOS server port to connect to</td>
</tr>
<tr>
<td>password=None</td>
<td>(StrOpt)Password for Redis server. (optional)</td>
</tr>
<tr>
<td>password=</td>
<td>(StrOpt)No help text available for this option</td>
</tr>
<tr>
<td>password=passw0rd</td>
<td>(StrOpt)MidoNet admin password.</td>
</tr>
<tr>
<td>password=password</td>
<td>(StrOpt)PLUMgrid NOS admin password</td>
</tr>
<tr>
<td>servertimeout=5</td>
<td>(IntOpt)PLUMgrid NOS server timeout</td>
</tr>
<tr>
<td>topologyname=t1</td>
<td>(IntOpt)PLUMgrid NOS topology name</td>
</tr>
<tr>
<td>username=</td>
<td>(StrOpt)No help text available for this option</td>
</tr>
<tr>
<td>username=admin</td>
<td>(StrOpt)MidoNet admin username.</td>
</tr>
<tr>
<td>username=username</td>
<td>(StrOpt)PLUMgrid NOS admin username</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for policy</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>allow_overlapping_ips=False</td>
<td>(BoolOpt)Allow overlapping IP support in Quantum</td>
</tr>
<tr>
<td>policy_file=policy.json</td>
<td>(StrOpt)The policy file to use</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for qpid</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>qpid_heartbeat=60</td>
<td>(IntOpt)Seconds between connection keepalive heartbeats</td>
</tr>
<tr>
<td>qpid_hostname=localhost</td>
<td>(StrOpt)Qpid broker hostname</td>
</tr>
<tr>
<td>qpid_hosts=['$qpid_hostname:$qpid_port']</td>
<td>(ListOpt)Qpid HA cluster host:port pairs</td>
</tr>
<tr>
<td>qpid_password=</td>
<td>(StrOpt)Password for qpid connection</td>
</tr>
<tr>
<td>qpid_port=5672</td>
<td>(StrOpt)Qpid broker port</td>
</tr>
<tr>
<td>qpid_protocol=tcp</td>
<td>(StrOpt)Transport to use, either 'tcp' or 'ssl'</td>
</tr>
<tr>
<td>qpid_sasl_mechanisms=</td>
<td>(StrOpt)Space separated list of SASL mechanisms to use for auth</td>
</tr>
<tr>
<td>qpid_tcp_nodelay=True</td>
<td>(BoolOpt)Disable Nagle algorithm</td>
</tr>
<tr>
<td>qpid_username=</td>
<td>(StrOpt)Username for qpid connection</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for quotas</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>default_quota=-1</td>
<td>(IntOpt)Default number of resource allowed per tenant, minus for unlimited</td>
</tr>
<tr>
<td>max_routes=30</td>
<td>(IntOpt)Maximum number of routes</td>
</tr>
<tr>
<td>quota_driver=quantum.quota.ConfDriver</td>
<td>(StrOpt)Default driver to use for quota checks</td>
</tr>
<tr>
<td>quota_floatingip=50</td>
<td>(IntOpt)Number of floating IPs allowed per tenant, -1 for unlimited</td>
</tr>
<tr>
<td>quota_items=['network', 'subnet', 'port']</td>
<td>(ListOpt)Resource name(s) that are supported in quota features</td>
</tr>
<tr>
<td>quota_network=10</td>
<td>(IntOpt)Number of networks allowed per tenant,minus for unlimited</td>
</tr>
<tr>
<td>quota_network_gateway=5</td>
<td>(IntOpt)number of network gateways allowed per tenant, -1 for unlimited</td>
</tr>
<tr>
<td>quota_packet_filter=100</td>
<td>(IntOpt)Number of packet_filters allowed per tenant, -1 for unlimited</td>
</tr>
<tr>
<td>quota_port=50</td>
<td>(IntOpt)number of ports allowed per tenant, minus for unlimited</td>
</tr>
<tr>
<td>quota_router=10</td>
<td>(IntOpt)Number of routers allowed per tenant, -1 for unlimited</td>
</tr>
<tr>
<td>quota_security_group=10</td>
<td>(IntOpt)Number of security groups allowed per tenant,-1 for unlimited</td>
</tr>
<tr>
<td>quota_security_group_rule=100</td>
<td>(IntOpt)Number of security rules allowed per tenant, -1 for unlimited</td>
</tr>
<tr>
<td>quota_subnet=10</td>
<td>(IntOpt)Number of subnets allowed per tenant, minus for unlimited</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for rabbitmq</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>rabbit_durable_queues=False</td>
<td>(BoolOpt)use durable queues in RabbitMQ</td>
</tr>
<tr>
<td>rabbit_ha_queues=False</td>
<td>(BoolOpt)use H/A queues in RabbitMQ (x-ha-policy: all).You need to wipe RabbitMQ database when changing this option.</td>
</tr>
<tr>
<td>rabbit_host=localhost</td>
<td>(StrOpt)The RabbitMQ broker address where a single node is used</td>
</tr>
<tr>
<td>rabbit_hosts=['$rabbit_host:$rabbit_port']</td>
<td>(ListOpt)RabbitMQ HA cluster host:port pairs</td>
</tr>
<tr>
<td>rabbit_max_retries=0</td>
<td>(IntOpt)maximum retries with trying to connect to RabbitMQ (the default of 0 implies an infinite retry count)</td>
</tr>
<tr>
<td>rabbit_password=guest</td>
<td>(StrOpt)the RabbitMQ password</td>
</tr>
<tr>
<td>rabbit_port=5672</td>
<td>(IntOpt)The RabbitMQ broker port where a single node is used</td>
</tr>
<tr>
<td>rabbit_retry_backoff=2</td>
<td>(IntOpt)how long to backoff for between retries when connecting to RabbitMQ</td>
</tr>
<tr>
<td>rabbit_retry_interval=1</td>
<td>(IntOpt)how frequently to retry connecting with RabbitMQ</td>
</tr>
<tr>
<td>rabbit_use_ssl=False</td>
<td>(BoolOpt)connect over SSL for RabbitMQ</td>
</tr>
<tr>
<td>rabbit_userid=guest</td>
<td>(StrOpt)the RabbitMQ userid</td>
</tr>
<tr>
<td>rabbit_virtual_host=/</td>
<td>(StrOpt)the RabbitMQ virtual host</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,100 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for rpc</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>amqp_rpc_single_reply_queue=False</td>
<td>(BoolOpt)Enable a fast single reply queue if using AMQP based RPC like RabbitMQ or Qpid.</td>
</tr>
<tr>
<td>control_exchange=quantum</td>
<td>(StrOpt)AMQP exchange to connect to if using RabbitMQ or Qpid</td>
</tr>
<tr>
<td>host=usagi</td>
<td>(StrOpt)The hostname Quantum is running on</td>
</tr>
<tr>
<td>host=127.0.0.1</td>
<td>(StrOpt)Host to locate redis</td>
</tr>
<tr>
<td>host=None</td>
<td>(StrOpt)Cisco test host option.</td>
</tr>
<tr>
<td>host=127.0.0.1</td>
<td>(StrOpt)Host to connect to</td>
</tr>
<tr>
<td>matchmaker_heartbeat_freq=300</td>
<td>(IntOpt)Heartbeat frequency</td>
</tr>
<tr>
<td>matchmaker_heartbeat_ttl=600</td>
<td>(IntOpt)Heartbeat time-to-live.</td>
</tr>
<tr>
<td>matchmaker_ringfile=/etc/nova/matchmaker_ring.json</td>
<td>(StrOpt)Matchmaker ring file (JSON)</td>
</tr>
<tr>
<td>password=None</td>
<td>(StrOpt)Password for Redis server. (optional)</td>
</tr>
<tr>
<td>password=</td>
<td>(StrOpt)No help text available for this option</td>
</tr>
<tr>
<td>password=passw0rd</td>
<td>(StrOpt)MidoNet admin password.</td>
</tr>
<tr>
<td>password=password</td>
<td>(StrOpt)PLUMgrid NOS admin password</td>
</tr>
<tr>
<td>port=6379</td>
<td>(IntOpt)Use this port to connect to redis host.</td>
</tr>
<tr>
<td>port=8888</td>
<td>(StrOpt)Port to connect to</td>
</tr>
<tr>
<td>rpc_backend=quantum.openstack.common.rpc.impl_kombu</td>
<td>(StrOpt)The messaging module to use, defaults to kombu.</td>
</tr>
<tr>
<td>rpc_cast_timeout=30</td>
<td>(IntOpt)Seconds to wait before a cast expires (TTL). Only supported by impl_zmq.</td>
</tr>
<tr>
<td>rpc_conn_pool_size=30</td>
<td>(IntOpt)Size of RPC connection pool</td>
</tr>
<tr>
<td>rpc_response_timeout=60</td>
<td>(IntOpt)Seconds to wait for a response from call or multicall</td>
</tr>
<tr>
<td>rpc_thread_pool_size=64</td>
<td>(IntOpt)Size of RPC thread pool</td>
</tr>
<tr>
<td>topics=['notifications']</td>
<td>(ListOpt)AMQP topic(s) used for openstack notifications</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for ryu</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>openflow_rest_api=127.0.0.1:8080</td>
<td>(StrOpt)OpenFlow REST API location</td>
</tr>
<tr>
<td>ovsdb_interface=None</td>
<td>(StrOpt)OVSDB interface to connect to</td>
</tr>
<tr>
<td>ovsdb_ip=None</td>
<td>(StrOpt)OVSDB IP to connect to</td>
</tr>
<tr>
<td>ovsdb_port=6634</td>
<td>(IntOpt)OVSDB port to connect to</td>
</tr>
<tr>
<td>tunnel_interface=None</td>
<td>(StrOpt)Tunnel interface to use</td>
</tr>
<tr>
<td>tunnel_ip=None</td>
<td>(StrOpt)Tunnel IP to use</td>
</tr>
<tr>
<td>tunnel_key_max=16777215</td>
<td>(IntOpt)Maximum tunnel ID to use</td>
</tr>
<tr>
<td>tunnel_key_min=1</td>
<td>(IntOpt)Minimum tunnel ID to use</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for scheduler</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>network_auto_schedule=True</td>
<td>(BoolOpt)Allow auto scheduling networks to DHCP agent.</td>
</tr>
<tr>
<td>network_scheduler_driver=quantum.scheduler.dhcp_agent_scheduler.ChanceScheduler</td>
<td>(StrOpt)Driver to use for scheduling network to DHCP agent</td>
</tr>
<tr>
<td>router_auto_schedule=True</td>
<td>(BoolOpt)Allow auto scheduling routers to L3 agent.</td>
</tr>
<tr>
<td>router_scheduler_driver=quantum.scheduler.l3_agent_scheduler.ChanceScheduler</td>
<td>(StrOpt)Driver to use for scheduling router to a default L3 agent</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for securitygroups</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>firewall_driver=quantum.agent.firewall.NoopFirewallDriver</td>
<td>(StrOpt)No help text available for this option</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for ssl</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>key_file=None</td>
<td>(StrOpt)Key file</td>
</tr>
<tr>
<td>ssl_ca_file=None</td>
<td>(StrOpt)CA certificate file to use to verify connecting clients</td>
</tr>
<tr>
<td>ssl_cert_file=None</td>
<td>(StrOpt)Certificate file to use when starting the server securely</td>
</tr>
<tr>
<td>ssl_key_file=None</td>
<td>(StrOpt)Private key file to use when starting the server securely</td>
</tr>
<tr>
<td>use_ssl=False</td>
<td>(BoolOpt)Enable SSL on the API server</td>
</tr>
<tr>
<td>use_ssl=False</td>
<td>(BoolOpt)Use SSL to connect</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for testing</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>backdoor_port=None</td>
<td>(IntOpt)port for eventlet backdoor to listen</td>
</tr>
<tr>
<td>fake_rabbit=False</td>
<td>(BoolOpt)If passed, use a fake RabbitMQ provider</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for wsgi</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>backlog=4096</td>
<td>(IntOpt)Number of backlog requests to configure the socket with</td>
</tr>
<tr>
<td>retry_until_window=30</td>
<td>(IntOpt)Number of seconds to keep retrying to listen</td>
</tr>
<tr>
<td>tcp_keepidle=600</td>
<td>(IntOpt)Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not supported on OS X.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of configuration options for zeromq</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<td>Configuration option=Default value</td>
<td>(Type) Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>rpc_zmq_bind_address=*</td>
<td>(StrOpt)ZeroMQ bind address. Should be a wildcard (*), an ethernet interface, or IP. The "host" option should point or resolve to this address.</td>
</tr>
<tr>
<td>rpc_zmq_contexts=1</td>
<td>(IntOpt)Number of ZeroMQ contexts, defaults to 1</td>
</tr>
<tr>
<td>rpc_zmq_host=usagi</td>
<td>(StrOpt)Name of this node. Must be a valid hostname, FQDN, or IP address. Must match "host" option, if running Nova.</td>
</tr>
<tr>
<td>rpc_zmq_ipc_dir=/var/run/openstack</td>
<td>(StrOpt)Directory for holding IPC sockets</td>
</tr>
<tr>
<td>rpc_zmq_matchmaker=quantum.openstack.common.rpc.matchmaker.MatchMakerLocalhost</td>
<td>(StrOpt)MatchMaker driver</td>
</tr>
<tr>
<td>rpc_zmq_port=9501</td>
<td>(IntOpt)ZeroMQ receiver listening port</td>
</tr>
<tr>
<td>rpc_zmq_topic_backlog=None</td>
<td>(IntOpt)Maximum number of ingress messages to locally buffer per topic. Default is unlimited.</td>
</tr>
</tbody>
</table>
</para>