Merge "Fix deprecated_group of rpc_conn_pool_size"

This commit is contained in:
Jenkins 2015-05-28 11:00:04 +00:00 committed by Gerrit Code Review
commit ed432e59c4

View File

@ -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.'),
]