Update Config Reference for manila
Updates for Liberty Release Mainly same as ceilometer/nova changes Change-Id: I5aa547fdba384b08a422c001526bf7f4efa42ebb
This commit is contained in:
@@ -17,10 +17,18 @@
|
||||
<tr>
|
||||
<th colspan="2">[DEFAULT]</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rpc_zmq_all_req_rep</option> = <replaceable>True</replaceable></td>
|
||||
<td>(BoolOpt) Use REQ/REP pattern for all methods CALL/CAST/FANOUT.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rpc_zmq_bind_address</option> = <replaceable>*</replaceable></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><option>rpc_zmq_concurrency</option> = <replaceable>eventlet</replaceable></td>
|
||||
<td>(StrOpt) Type of concurrency used. Either "native" or "eventlet"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rpc_zmq_contexts</option> = <replaceable>1</replaceable></td>
|
||||
<td>(IntOpt) Number of ZeroMQ contexts, defaults to 1.</td>
|
||||
@@ -34,17 +42,17 @@
|
||||
<td>(StrOpt) Directory for holding IPC sockets.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rpc_zmq_matchmaker</option> = <replaceable>local</replaceable></td>
|
||||
<td><option>rpc_zmq_matchmaker</option> = <replaceable>redis</replaceable></td>
|
||||
<td>(StrOpt) MatchMaker driver.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rpc_zmq_port</option> = <replaceable>9501</replaceable></td>
|
||||
<td>(IntOpt) ZeroMQ receiver listening port.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>rpc_zmq_topic_backlog</option> = <replaceable>None</replaceable></td>
|
||||
<td>(IntOpt) Maximum number of ingress messages to locally buffer per topic. Default is unlimited.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><option>zmq_use_broker</option> = <replaceable>True</replaceable></td>
|
||||
<td>(BoolOpt) Shows whether zmq-messaging uses broker or not.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
|
||||
Reference in New Issue
Block a user