From 9c182eef67e303d3a5a0211538586f9ad91b4437 Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Mon, 8 Feb 2016 22:02:46 +0000 Subject: [PATCH] Remove matchmaker_redis configs from [DEFAULT] The configuration options for matchmaker_redis appeared in two groups: [DEFAULT] and [match_redis]. This removes the configs from the incorrect group [DEFAULT]. Change-Id: I17d8d84592de3435ddbcba42361fc1258dd62b21 Closes-Bug: #1543305 --- oslo_messaging/opts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/oslo_messaging/opts.py b/oslo_messaging/opts.py index 31ced25ce..2ee0318da 100644 --- a/oslo_messaging/opts.py +++ b/oslo_messaging/opts.py @@ -34,7 +34,6 @@ from oslo_messaging import transport _global_opt_lists = [ drivers_base.base_opts, impl_zmq.zmq_opts, - matchmaker_redis.matchmaker_redis_opts, impl_pooledexecutor._pool_opts, client._client_opts, transport._transport_opts,