Merge "Remove options for oslo.db thread pool support"

This commit is contained in:
Zuul 2022-06-24 07:06:09 +00:00 committed by Gerrit Code Review
commit 7deef76685
6 changed files with 0 additions and 42 deletions

View File

@ -1859,19 +1859,6 @@
# specify as param1=value1&param2=value2&... (string value)
#connection_parameters =
#
# From oslo.db.concurrency
#
# DEPRECATED: Enable the experimental use of thread pooling for all DB API calls
# (boolean value)
# Deprecated group/name - [DEFAULT]/dbapi_use_tpool
# This option is deprecated for removal since 10.0.0.
# Its value may be silently ignored in the future.
# Reason: This feature has never graduated from experimental status and is now
# being removed due to lack of maintenance and test coverage
#use_tpool = false
[file]

View File

@ -244,16 +244,3 @@
# Optional URL parameters to append onto the connection URL at connect time;
# specify as param1=value1&param2=value2&... (string value)
#connection_parameters =
#
# From oslo.db.concurrency
#
# DEPRECATED: Enable the experimental use of thread pooling for all DB API calls
# (boolean value)
# Deprecated group/name - [DEFAULT]/dbapi_use_tpool
# This option is deprecated for removal since 10.0.0.
# Its value may be silently ignored in the future.
# Reason: This feature has never graduated from experimental status and is now
# being removed due to lack of maintenance and test coverage
#use_tpool = false

View File

@ -855,19 +855,6 @@
# specify as param1=value1&param2=value2&... (string value)
#connection_parameters =
#
# From oslo.db.concurrency
#
# DEPRECATED: Enable the experimental use of thread pooling for all DB API calls
# (boolean value)
# Deprecated group/name - [DEFAULT]/dbapi_use_tpool
# This option is deprecated for removal since 10.0.0.
# Its value may be silently ignored in the future.
# Reason: This feature has never graduated from experimental status and is now
# being removed due to lack of maintenance and test coverage
#use_tpool = false
[glance_store]

View File

@ -8,7 +8,6 @@ namespace = glance.multi_store
namespace = oslo.concurrency
namespace = oslo.messaging
namespace = oslo.db
namespace = oslo.db.concurrency
namespace = oslo.policy
namespace = keystonemiddleware.auth_token
namespace = oslo.log

View File

@ -3,5 +3,4 @@ wrap_width = 80
output_file = etc/glance-manage.conf.sample
namespace = glance.manage
namespace = oslo.db
namespace = oslo.db.concurrency
namespace = oslo.log

View File

@ -5,6 +5,5 @@ namespace = glance.scrubber
namespace = glance.store
namespace = oslo.concurrency
namespace = oslo.db
namespace = oslo.db.concurrency
namespace = oslo.log
namespace = oslo.policy