diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-04-08 11:49:49 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-04-08 11:49:49 +0000 |
| commit | 6d260f4564049b09ab98914a53b3c006472881da (patch) | |
| tree | c0ac8dcaf105a2c453400cef45d520dd20bd2982 /tests | |
| parent | 25c8dd56a5fd3b2874c61220d7c451c4c9346689 (diff) | |
| parent | 0b15de18fba81acfcffc5861f34e0199caef8fb9 (diff) | |
| download | oslo-6d260f4564049b09ab98914a53b3c006472881da.tar.gz oslo-6d260f4564049b09ab98914a53b3c006472881da.tar.xz oslo-6d260f4564049b09ab98914a53b3c006472881da.zip | |
Merge "Move bin/ scripts to entrypoints."
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/unit/rpc/test_zmq.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/rpc/test_zmq.py b/tests/unit/rpc/test_zmq.py index 21345a9..564f15e 100644 --- a/tests/unit/rpc/test_zmq.py +++ b/tests/unit/rpc/test_zmq.py @@ -88,7 +88,7 @@ class _RpcZmqBaseTestCase(common.BaseRpcTestCase): reactor.consume_in_thread() else: LOG.warning(_("Detected zmq-receiver socket.")) - LOG.warning(_("Assuming nova-rpc-zmq-receiver is running.")) + LOG.warning(_("Assuming oslo-rpc-zmq-receiver is running.")) LOG.warning(_("Using system zmq receiver deamon.")) super(_RpcZmqBaseTestCase, self).setUp( topic=topic, topic_nested=topic_nested) |
