Update flags and tables

Update autogenerated data for ceilometer, cinder, heat and nova.

Also fix a set of values previously generated from my own machine
settings.

Change-Id: I5591e42eba2a7efd5e6360ee1162bbd8fae83660
This commit is contained in:
Gauvain Pocentek 2014-03-26 20:20:59 +01:00
parent c02ca6a2b5
commit 5977dbf006
28 changed files with 43 additions and 48 deletions

View File

@ -89,10 +89,6 @@
<td>http_connect_timeout = None</td>
<td>(BoolOpt) Request timeout value for communicating with Identity API server.</td>
</tr>
<tr>
<td>http_handler = None</td>
<td>(StrOpt) Allows to pass in the name of a fake http_handler callback function used instead of httplib.HTTPConnection or httplib.HTTPSConnection. Useful for unit testing where network is not available.</td>
</tr>
<tr>
<td>http_request_max_retries = 3</td>
<td>(IntOpt) How many times are we trying to reconnect when communicating with Identity API Server.</td>
@ -119,11 +115,11 @@
</tr>
<tr>
<td>memcached_servers = None</td>
<td>(ListOpt) If defined, the memcache server(s) to use for caching</td>
<td>(ListOpt) Optionally specify a list of memcached server(s) to use for caching. If left undefined, tokens will instead be cached in-process.</td>
</tr>
<tr>
<td>revocation_cache_time = 1</td>
<td>(IntOpt) Value only used for unit testing</td>
<td>revocation_cache_time = 300</td>
<td>(IntOpt) Determines the frequency at which the list of revoked tokens is retrieved from the Identity service (in seconds). A high number of revocation events combined with a low cache duration may significantly reduce performance.</td>
</tr>
<tr>
<td>signing_dir = None</td>
@ -131,7 +127,7 @@
</tr>
<tr>
<td>token_cache_time = 300</td>
<td>(IntOpt) In order to prevent excessive requests and validations, the middleware uses an in-memory cache for the tokens the Keystone API returns. This is only valid if memcache_servers is defined. Set to -1 to disable caching completely.</td>
<td>(IntOpt) In order to prevent excessive effort spent validating tokens, the middleware caches previously-seen tokens for a configurable duration (in seconds). Set to -1 to disable caching completely.</td>
</tr>
<tr>
<th colspan="2">[service_credentials]</th>

View File

@ -15,6 +15,13 @@
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>collector_workers = 1</td>
<td>(IntOpt) Number of workers for collector service. A single collector is enabled by default.</td>
</tr>
<tr>
<th colspan="2">[collector]</th>
</tr>

View File

@ -38,6 +38,10 @@
<td>memcached_servers = None</td>
<td>(ListOpt) Memcached servers or None for in process cache.</td>
</tr>
<tr>
<td>notification_workers = 1</td>
<td>(IntOpt) Number of workers for notification service. A single notification agent is enabled by default.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -23,7 +23,7 @@
<td>(IntOpt) Seconds between connection keepalive heartbeats</td>
</tr>
<tr>
<td>qpid_hostname = oslo</td>
<td>qpid_hostname = localhost</td>
<td>(StrOpt) Qpid broker hostname</td>
</tr>
<tr>

View File

@ -43,7 +43,7 @@
<td>(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database.</td>
</tr>
<tr>
<td>rabbit_host = oslo</td>
<td>rabbit_host = localhost</td>
<td>(StrOpt) The RabbitMQ broker address where a single node is used</td>
</tr>
<tr>

View File

@ -95,7 +95,7 @@
<td>(IntOpt) Seconds between connection keepalive heartbeats.</td>
</tr>
<tr>
<td>qpid_hostname = oslo</td>
<td>qpid_hostname = localhost</td>
<td>(StrOpt) Qpid broker hostname.</td>
</tr>
<tr>
@ -135,7 +135,7 @@
<td>(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database.</td>
</tr>
<tr>
<td>rabbit_host = oslo</td>
<td>rabbit_host = localhost</td>
<td>(StrOpt) The RabbitMQ broker address where a single node is used.</td>
</tr>
<tr>

View File

@ -18,10 +18,6 @@
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>pbm_default_policy = None</td>
<td>(StrOpt) The PBM default policy. If using VC server version 5.5 or above and there is no defined storage policy for the specific request then this policy will be used.</td>
</tr>
<tr>
<td>vmware_api_retry_count = 10</td>
<td>(IntOpt) Number of times VMware ESX/VC server API must be retried upon connection related issues.</td>

View File

@ -18,6 +18,10 @@
<tr>
<th colspan="2">[DEFAULT]</th>
</tr>
<tr>
<td>xiv_chap = disabled</td>
<td>(StrOpt) CHAP authentication mode, effective only for iscsi (disabled|enabled)</td>
</tr>
<tr>
<td>xiv_ds8k_connection_type = iscsi</td>
<td>(StrOpt) Connection type to the IBM Storage Array (fibre_channel|iscsi)</td>

View File

@ -23,7 +23,7 @@
<td>(IntOpt) Seconds between connection keepalive heartbeats.</td>
</tr>
<tr>
<td>qpid_hostname = oslo</td>
<td>qpid_hostname = localhost</td>
<td>(StrOpt) Qpid broker hostname.</td>
</tr>
<tr>

View File

@ -51,7 +51,7 @@
<td>(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database.</td>
</tr>
<tr>
<td>rabbit_host = oslo</td>
<td>rabbit_host = localhost</td>
<td>(StrOpt) The RabbitMQ broker address where a single node is used.</td>
</tr>
<tr>

View File

@ -36,7 +36,7 @@
</tr>
<tr>
<td>instance_user = ec2-user</td>
<td>(StrOpt) The default user for new instances.</td>
<td>(StrOpt) The default user for new instances. This option is deprecated and will be removed in the Juno release. If it's empty, Heat will use the default user set up with your cloud image (for OS::Nova::Server) or 'ec2-user' (for AWS::EC2::Instance).</td>
</tr>
<tr>
<td>keystone_backend = heat.common.heat_keystoneclient.KeystoneClientV3</td>

View File

@ -23,7 +23,7 @@
<td>(IntOpt) Seconds between connection keepalive heartbeats</td>
</tr>
<tr>
<td>qpid_hostname = oslo</td>
<td>qpid_hostname = localhost</td>
<td>(StrOpt) Qpid broker hostname</td>
</tr>
<tr>

View File

@ -39,7 +39,7 @@
<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 = oslo</td>
<td>rabbit_host = localhost</td>
<td>(StrOpt) The RabbitMQ broker address where a single node is used</td>
</tr>
<tr>

View File

@ -94,7 +94,7 @@
<td>(IntOpt) Time between verifications that the backend controller database is consistent with Neutron</td>
</tr>
<tr>
<td>neutron_id = neutron-ol</td>
<td>neutron_id = neutron-oslo</td>
<td>(StrOpt) User defined identifier for this Neutron deployment</td>
</tr>
<tr>

View File

@ -94,7 +94,7 @@
<td>(IntOpt) Time between verifications that the backend controller database is consistent with Neutron</td>
</tr>
<tr>
<td>neutron_id = neutron-ol</td>
<td>neutron_id = neutron-oslo</td>
<td>(StrOpt) User defined identifier for this Neutron deployment</td>
</tr>
<tr>

View File

@ -23,7 +23,7 @@
<td>(IntOpt) Seconds between connection keepalive heartbeats</td>
</tr>
<tr>
<td>qpid_hostname = oslo</td>
<td>qpid_hostname = localhost</td>
<td>(StrOpt) Qpid broker hostname</td>
</tr>
<tr>

View File

@ -23,7 +23,7 @@
<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 = oslo</td>
<td>rabbit_host = localhost</td>
<td>(StrOpt) The RabbitMQ broker address where a single node is used</td>
</tr>
<tr>

View File

@ -23,7 +23,7 @@
<td>(BoolOpt) Print debugging output (set logging level to DEBUG instead of default WARNING level).</td>
</tr>
<tr>
<td>default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, iso8601=WARN</td>
<td>default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN</td>
<td>(ListOpt) list of logger=LEVEL pairs</td>
</tr>
<tr>

View File

@ -32,7 +32,7 @@
</tr>
<tr>
<td>neutron_admin_tenant_name = None</td>
<td>(StrOpt) DEPRECATED: Tenant name for connecting to neutron in admin context. This option is deprecated. Please use neutron_admin_tenant_id instead. Note that with Keystone V3 tenant names may not be unique.</td>
<td>(StrOpt) Tenant name for connecting to neutron in admin context. This option is mutually exclusive with neutron_admin_tenant_id. Note that with Keystone V3 tenant names are only unique within a domain.</td>
</tr>
<tr>
<td>neutron_admin_username = None</td>

View File

@ -23,7 +23,7 @@
<td>(IntOpt) Seconds between connection keepalive heartbeats.</td>
</tr>
<tr>
<td>qpid_hostname = oslo</td>
<td>qpid_hostname = localhost</td>
<td>(StrOpt) Qpid broker hostname.</td>
</tr>
<tr>

View File

@ -23,7 +23,7 @@
<td>(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database.</td>
</tr>
<tr>
<td>rabbit_host = oslo</td>
<td>rabbit_host = localhost</td>
<td>(StrOpt) The RabbitMQ broker address where a single node is used.</td>
</tr>
<tr>

View File

@ -22,17 +22,6 @@
<td>password = None</td>
<td>(StrOpt) Password for Redis server (optional).</td>
</tr>
<tr>
<th colspan="2">[remote_debug]</th>
</tr>
<tr>
<td>host = None</td>
<td>(StrOpt) Debug host (IP or name) to connect. Note that using the remote debug option changes how Nova uses the eventlet library to support async IO. This could result in failures that do not occur under normal operation. Use at your own risk.</td>
</tr>
<tr>
<td>port = None</td>
<td>(IntOpt) Debug port to connect. Note that using the remote debug option changes how Nova uses the eventlet library to support async IO. This could result in failures that do not occur under normal operation. Use at your own risk.</td>
</tr>
</tbody>
</table>
</para>

View File

@ -63,7 +63,7 @@
<td>(IntOpt) Seconds between connection keepalive heartbeats.</td>
</tr>
<tr>
<td>qpid_hostname = oslo</td>
<td>qpid_hostname = localhost</td>
<td>(StrOpt) Qpid broker hostname.</td>
</tr>
<tr>
@ -103,7 +103,7 @@
<td>(BoolOpt) Use HA queues in RabbitMQ (x-ha-policy: all). If you change this option, you must wipe the RabbitMQ database.</td>
</tr>
<tr>
<td>rabbit_host = oslo</td>
<td>rabbit_host = localhost</td>
<td>(StrOpt) The RabbitMQ broker address where a single node is used.</td>
</tr>
<tr>

View File

@ -23,7 +23,7 @@
<td>(IntOpt) Seconds between connection keepalive heartbeats</td>
</tr>
<tr>
<td>qpid_hostname = oslo</td>
<td>qpid_hostname = localhost</td>
<td>(StrOpt) Qpid broker hostname</td>
</tr>
<tr>

View File

@ -23,7 +23,7 @@
<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 = oslo</td>
<td>rabbit_host = localhost</td>
<td>(StrOpt) The RabbitMQ broker address where a single node is used</td>
</tr>
<tr>

View File

@ -4,6 +4,7 @@ amqp_durable_queues amqp
auth_strategy auth
backdoor_port common
cinder_control_exchange exchange
collector_workers collector
control_exchange exchange
database_connection database
debug logging
@ -46,6 +47,7 @@ mysql_engine database
neutron_control_exchange exchange
notification_driver amqp
notification_topics amqp
notification_workers common
nova_control_exchange exchange
pipeline_cfg_file api
policy_default_rule api
@ -153,7 +155,6 @@ keystone_authtoken/certfile auth
keystone_authtoken/delay_auth_decision auth
keystone_authtoken/enforce_token_bind auth
keystone_authtoken/http_connect_timeout auth
keystone_authtoken/http_handler auth
keystone_authtoken/http_request_max_retries auth
keystone_authtoken/include_service_catalog auth
keystone_authtoken/insecure auth

View File

@ -215,7 +215,6 @@ osapi_volume_listen api
osapi_volume_listen_port api
osapi_volume_workers api
password rpc
pbm_default_policy vmware
periodic_fuzzy_delay common
periodic_interval common
policy_default_rule common
@ -371,6 +370,7 @@ xenapi_connection_username storage_xen
xenapi_nfs_server storage_xen
xenapi_nfs_serverpath storage_xen
xenapi_sr_base_path storage_xen
xiv_chap xiv
xiv_ds8k_connection_type xiv
xiv_ds8k_proxy xiv
zadara_password zadara

View File

@ -573,8 +573,6 @@ osapi_v3/extensions_blacklist apiv3
osapi_v3/extensions_whitelist apiv3
rdp/enabled rdp
rdp/html5_proxy_base_url rdp
remote_debug/host redis
remote_debug/port redis
spice/agent_enabled spice
spice/enabled spice
spice/html5proxy_base_url spice