Merge "zmq: switch back to not using message envelopes"

This commit is contained in:
Jenkins 2014-06-17 00:04:52 +00:00 committed by Gerrit Code Review
commit b60a460baf
1 changed files with 1 additions and 1 deletions

View File

@ -909,7 +909,7 @@ class ZmqDriver(base.BaseDriver):
'with oslo.config.cfg.CONF')
def _send(self, target, ctxt, message,
wait_for_reply=None, timeout=None, envelope=True):
wait_for_reply=None, timeout=None, envelope=False):
# FIXME(markmc): remove this temporary hack
class Context(object):