Merge "Fix deprecated_group of rpc_conn_pool_size"
This commit is contained in:
commit
ed432e59c4
@ -23,6 +23,7 @@ from oslo_messaging import exceptions
|
|||||||
base_opts = [
|
base_opts = [
|
||||||
cfg.IntOpt('rpc_conn_pool_size',
|
cfg.IntOpt('rpc_conn_pool_size',
|
||||||
default=30,
|
default=30,
|
||||||
|
deprecated_group='DEFAULT',
|
||||||
help='Size of RPC connection pool.'),
|
help='Size of RPC connection pool.'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user