Browse code

Merge "Add pluggability for matchmaker-redis"

Jenkins authored on 2015/04/07 08:40:05
Showing 1 changed files
... ...
@@ -250,8 +250,7 @@ function iniset_rpc_backend {
250 250
         iniset $file $section rpc_backend "zmq"
251 251
         iniset $file $section rpc_zmq_host `hostname`
252 252
         if [ "$ZEROMQ_MATCHMAKER" == "redis" ]; then
253
-            iniset $file $section rpc_zmq_matchmaker \
254
-                oslo.messaging._drivers.matchmaker_redis.MatchMakerRedis
253
+            iniset $file $section rpc_zmq_matchmaker "redis"
255 254
             MATCHMAKER_REDIS_HOST=${MATCHMAKER_REDIS_HOST:-127.0.0.1}
256 255
             iniset $file matchmaker_redis host $MATCHMAKER_REDIS_HOST
257 256
         else