Remove options for oslo.db thread pool support
Thread pool support in oslo.db was already deprecated[1], and it is not actually used by Glance. [1] 74c6bf266e0b86ceb4726cad9268f134d423bae8 Change-Id: I79e934f34f33953c821b6529a34e44dcf2a9688c
This commit is contained in:
parent
53f322f1d8
commit
08a0a738b3
@ -1859,19 +1859,6 @@
|
||||
# specify as param1=value1¶m2=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]
|
||||
|
||||
|
@ -244,16 +244,3 @@
|
||||
# Optional URL parameters to append onto the connection URL at connect time;
|
||||
# specify as param1=value1¶m2=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
|
||||
|
@ -855,19 +855,6 @@
|
||||
# specify as param1=value1¶m2=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]
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user