summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorEric Windisch <eric@cloudscaling.com>2013-01-24 16:28:43 -0500
committerEric Windisch <eric@cloudscaling.com>2013-03-01 10:54:05 -0500
commitcb26af207dbcea5fc88ad5f66da80fba5d76cb04 (patch)
tree9da183e01a2da3f99bb904cbd2b9c15863f2c7b8 /tools
parent2b418be864a5aa5ba135f7651e83051cf3bf9ce6 (diff)
downloadoslo-cb26af207dbcea5fc88ad5f66da80fba5d76cb04.tar.gz
oslo-cb26af207dbcea5fc88ad5f66da80fba5d76cb04.tar.xz
oslo-cb26af207dbcea5fc88ad5f66da80fba5d76cb04.zip
Redis-based matchmaker
Introduces a reference implementation of a matchmaker (based on redis) that supports dynamic host/topic registrations, host expiration, and hooks for consuming applications to acknowledge or neg-acknowledge topic.host service availability. Implements blueprint advanced-matchmaking Change-Id: I8608d2089fca118b0e369f2eb5c6aedacf6821fe
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 179071d..735744d 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -15,6 +15,7 @@ pep8==1.3.3
pyflakes
pylint
pyzmq==2.2.0.1
+redis
setuptools-git>=0.4
sphinx
testtools>=0.9.22