summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexi Yelistratov <ayelistratov@mirantis.com>2015-10-01 23:16:32 +0300
committerAlexi Yelistratov <ayelistratov@mirantis.com>2015-10-02 13:10:35 +0300
commit74871e0860a3094d0792a077316d3e41aec1c5c3 (patch)
tree32ad1708c0f649e4081e738431bd1f724d3a7532 /doc
parent3a5db723aa0613a99df6d95eecf6d8cecf2ca79d (diff)
downloadoslo-messaging-74871e0860a3094d0792a077316d3e41aec1c5c3.tar.gz
Remove unnecessary rpc_zmq_port option
Remove unnecessary rpc_zmq_port option from zmq driver, because zmq driver doesn't use static port any more - dynamic port binding is used for running servers. Closes-Bug: #1497277 Change-Id: I91e978347dd364b2d4c00bc223b0e3ecface7c43
Diffstat (limited to 'doc')
-rw-r--r--doc/source/zmq_driver.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/source/zmq_driver.rst b/doc/source/zmq_driver.rst
index a1de898..eff2bf3 100644
--- a/doc/source/zmq_driver.rst
+++ b/doc/source/zmq_driver.rst
@@ -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)
-----------------------