summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2021-02-15 16:59:44 +0000
committerStephen Finucane <stephenfin@redhat.com>2021-07-05 11:10:10 +0100
commit9799468d6f31ba8d915c851aae1a66340b5d1d7f (patch)
tree770e792185248b5662747a46a0e686d12d50a7c3 /etc
parent014480d52fce238b36ab5750f36c9ab4ece4a6d2 (diff)
downloadnova-9799468d6f31ba8d915c851aae1a66340b5d1d7f.tar.gz
db: Drop support for experimental concurrency
The 'oslo_db.concurrency.TpoolDbapiWrapper' wrapper provides a way to enable the experimental use of thread pooling for all DB API calls. This has been part of 'oslo.db' since that project was first split out on nova back in change I0649539e071b2318ec85ed5d70259c949408e64b and has been part of nova for even longer, having been first introduced in change Id7de85dce11f5ea61dfccddf80de7800a2bc4e37. However, this has not graduated to non-experimental status in the 7 years since and is unlikely to so now. It also isn't used for any of the API DB calls. Hasta la vista, 'TpoolDbapiWrapper'. You've had a good ride. Change-Id: I1ce8f180d6bef465f9faa0a10c837841ed7ab528 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/nova/nova-config-generator.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/nova/nova-config-generator.conf b/etc/nova/nova-config-generator.conf
index ad2be60913..50a2f75c46 100644
--- a/etc/nova/nova-config-generator.conf
+++ b/etc/nova/nova-config-generator.conf
@@ -10,7 +10,6 @@ namespace = oslo.privsep
namespace = oslo.service.periodic_task
namespace = oslo.service.service
namespace = oslo.db
-namespace = oslo.db.concurrency
namespace = oslo.middleware
namespace = oslo.concurrency
namespace = keystonemiddleware.auth_token