Register matchmaker_redis_opts in RedisMatchMaker

Change-Id: Ib74051be2f8b79a07e0c8a38769f4d47cf792bc7
This commit is contained in:
Victor Sergeyev 2015-07-29 11:04:00 +03:00
parent 5920e7bef6
commit 99b24b3888
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class RedisMatchMaker(base.MatchMakerBase):
def __init__(self, conf, *args, **kwargs):
super(RedisMatchMaker, self).__init__(conf, *args, **kwargs)
self.conf.register_opts(matchmaker_redis_opts, "matchmaker_redis")
self._redis = redis.StrictRedis(
host=self.conf.matchmaker_redis.host,