Merge "Remove unnecessary rpc_zmq_port option"

This commit is contained in:
Jenkins 2015-10-04 22:46:08 +00:00 committed by Gerrit Code Review
commit 76a6a7608b
2 changed files with 0 additions and 14 deletions

View File

@ -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.
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)
-----------------------

View File

@ -52,10 +52,6 @@ zmq_opts = [
cfg.StrOpt('rpc_zmq_concurrency', default='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,
help='Number of ZeroMQ contexts, defaults to 1.'),