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,