Merge "Remove unnecessary rpc_zmq_port option"
This commit is contained in:
commit
76a6a7608b
@ -197,16 +197,6 @@ The parameters for the script oslo-messaging-zmq-receiver should be::
|
|||||||
|
|
||||||
You can specify ZeroMQ options in /etc/oslo/zeromq.conf if necessary.
|
You can specify ZeroMQ options in /etc/oslo/zeromq.conf if necessary.
|
||||||
|
|
||||||
Listening Ports (mandatory)
|
|
||||||
---------------------------
|
|
||||||
|
|
||||||
The ZeroMQ driver uses TCP to communicate. The port is configured with
|
|
||||||
'rpc_zmq_port' in [DEFAULT] section of each project, which defaults to 9501.
|
|
||||||
|
|
||||||
For example::
|
|
||||||
|
|
||||||
rpc_zmq_port = 9501
|
|
||||||
|
|
||||||
Thread Pool (optional)
|
Thread Pool (optional)
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
@ -52,10 +52,6 @@ zmq_opts = [
|
|||||||
cfg.StrOpt('rpc_zmq_concurrency', default='eventlet',
|
cfg.StrOpt('rpc_zmq_concurrency', default='eventlet',
|
||||||
help='Type of concurrency used. Either "native" or "eventlet"'),
|
help='Type of concurrency used. Either "native" or "eventlet"'),
|
||||||
|
|
||||||
# The following port is unassigned by IANA as of 2012-05-21
|
|
||||||
cfg.IntOpt('rpc_zmq_port', default=9501,
|
|
||||||
help='ZeroMQ receiver listening port.'),
|
|
||||||
|
|
||||||
cfg.IntOpt('rpc_zmq_contexts', default=1,
|
cfg.IntOpt('rpc_zmq_contexts', default=1,
|
||||||
help='Number of ZeroMQ contexts, defaults to 1.'),
|
help='Number of ZeroMQ contexts, defaults to 1.'),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user