Register matchmaker_redis_opts in RedisMatchMaker
Change-Id: Ib74051be2f8b79a07e0c8a38769f4d47cf792bc7
This commit is contained in:
parent
5920e7bef6
commit
99b24b3888
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user