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
This commit is contained in:
Ruby Loo 2016-02-08 22:02:46 +00:00
parent ea204a0f6d
commit 9c182eef67
1 changed files with 0 additions and 1 deletions

View File

@ -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,