summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--oslo_db/options.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/oslo_db/options.py b/oslo_db/options.py
index 9a08552..58b4efd 100644
--- a/oslo_db/options.py
+++ b/oslo_db/options.py
@@ -73,6 +73,9 @@ database_opts = [
group='DEFAULT'),
cfg.DeprecatedOpt('sql_min_pool_size',
group='DATABASE')],
+ deprecated_for_removal=True,
+ deprecated_reason='The option to set the minimum pool '
+ 'size is not supported by sqlalchemy.',
help='Minimum number of SQL connections to keep open in a '
'pool.'),
cfg.IntOpt('max_pool_size',