Updated cinder tables for the config-ref
We missed some updates with the late switch to oslo.messaging in cinder. This patch imports the updated defaults and help strings. Change-Id: I8b01227ee536ac28f0efb84c02e10239cdaf937e Backport: icehouse
This commit is contained in:
parent
c12d476472
commit
4d83b36bd1
@ -31,7 +31,7 @@
|
||||
<td>(StrOpt) default availability zone to use when creating a new volume. If this is not set then we use the value from the storage_availability_zone option as the default availability_zone for new volumes.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN</td>
|
||||
<td>default_log_levels = amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN</td>
|
||||
<td>(ListOpt) List of logger=LEVEL pairs</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -19,7 +19,7 @@
|
||||
<th colspan="2">[DEFAULT]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>allowed_rpc_exception_modules = nova.exception, cinder.exception, exceptions</td>
|
||||
<td>allowed_rpc_exception_modules = oslo.messaging.exceptions, nova.exception, cinder.exception, exceptions</td>
|
||||
<td>(ListOpt) Modules of exceptions that are permitted to be recreated upon receiving exception data from an rpc call.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -32,7 +32,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>control_exchange = openstack</td>
|
||||
<td>(StrOpt) AMQP exchange to connect to if using RabbitMQ or Qpid</td>
|
||||
<td>(StrOpt) The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>default_timeout = 20</td>
|
||||
@ -40,7 +40,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>fake_rabbit = False</td>
|
||||
<td>(BoolOpt) If passed, use a fake RabbitMQ provider</td>
|
||||
<td>(BoolOpt) If passed, use a fake RabbitMQ provider.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>kombu_reconnect_delay = 1.0</td>
|
||||
@ -179,8 +179,8 @@
|
||||
<td>(StrOpt) The RabbitMQ virtual host.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rpc_backend = cinder.openstack.common.rpc.impl_kombu</td>
|
||||
<td>(StrOpt) The messaging module to use, defaults to kombu.</td>
|
||||
<td>rpc_backend = rabbit</td>
|
||||
<td>(StrOpt) The messaging driver to use, defaults to rabbit. Other drivers include qpid and zmq.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rpc_cast_timeout = 30</td>
|
||||
@ -188,15 +188,15 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rpc_conn_pool_size = 30</td>
|
||||
<td>(IntOpt) Size of RPC connection pool</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>
|
||||
<td>(IntOpt) Seconds to wait for a response from a call.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rpc_thread_pool_size = 64</td>
|
||||
<td>(IntOpt) Size of RPC thread pool</td>
|
||||
<td>(IntOpt) Size of RPC greenthread pool.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rpc_zmq_bind_address = *</td>
|
||||
|
Loading…
Reference in New Issue
Block a user