diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-01-15 20:37:05 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-01-15 20:37:05 +0000 |
| commit | 5ed83aa0797033847fd2f757ce78b3931ce4fcea (patch) | |
| tree | 5dc400802021ffaae0fb32e6119a781005ba3bed /tests | |
| parent | 4d38326ef45b0b5301794e00e5fd4c788ccc7fc6 (diff) | |
| parent | 4a6ef49850336bc8a99f0b93feee0307f0383b1f (diff) | |
| download | oslo-5ed83aa0797033847fd2f757ce78b3931ce4fcea.tar.gz oslo-5ed83aa0797033847fd2f757ce78b3931ce4fcea.tar.xz oslo-5ed83aa0797033847fd2f757ce78b3931ce4fcea.zip | |
Merge "Rework zmq setup and cleanup"
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/unit/rpc/test_zmq.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/rpc/test_zmq.py b/tests/unit/rpc/test_zmq.py index d120bb2..1fb624c 100644 --- a/tests/unit/rpc/test_zmq.py +++ b/tests/unit/rpc/test_zmq.py @@ -59,7 +59,6 @@ class _RpcZmqBaseTestCase(common.BaseRpcTestCase): self.config(rpc_zmq_bind_address='127.0.0.1') self.config(rpc_zmq_host='127.0.0.1') self.config(rpc_response_timeout=5) - self.config(rpc_zmq_matchmaker='mod_matchmaker.MatchMakerLocalhost') # We'll change this if we detect no daemon running. ipc_dir = FLAGS.rpc_zmq_ipc_dir |
