Merge "Construct ZmqListener with correct arguments"

This commit is contained in:
Jenkins 2014-09-20 00:04:28 +00:00 committed by Gerrit Code Review
commit 83c00a256b
1 changed files with 1 additions and 1 deletions

View File

@ -980,7 +980,7 @@ class ZmqDriver(base.BaseDriver):
# because zeromq doesn't support requeing message
conn = create_connection(self.conf)
listener = ZmqListener(self, None)
listener = ZmqListener(self)
for target, priority in targets_and_priorities:
# NOTE(ewindisch): dot-priority in rpc notifier does not
# work with our assumptions.