diff --git a/oslo_messaging/_drivers/base.py b/oslo_messaging/_drivers/base.py index 73066bf0d..fc2416849 100644 --- a/oslo_messaging/_drivers/base.py +++ b/oslo_messaging/_drivers/base.py @@ -23,6 +23,7 @@ from oslo_messaging import exceptions base_opts = [ cfg.IntOpt('rpc_conn_pool_size', default=30, + deprecated_group='DEFAULT', help='Size of RPC connection pool.'), ]