From 74c6bf266e0b86ceb4726cad9268f134d423bae8 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 25 Jun 2021 13:54:11 +0100 Subject: concurrency: Deprecate 'TpoolDbapiWrapper' This has been marked as experimented since before oslo.db was split out of nova. We've no test coverage and no idea of whether it even works nowadays. It's time to plan for its eventual removal. Change-Id: Ib7a5a6e1124c44a742b003442f815022a866bcbb Signed-off-by: Stephen Finucane --- .../notes/deprecate-TpoolDbapiWrapper-2ce78aa7cbb9e585.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 releasenotes/notes/deprecate-TpoolDbapiWrapper-2ce78aa7cbb9e585.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/deprecate-TpoolDbapiWrapper-2ce78aa7cbb9e585.yaml b/releasenotes/notes/deprecate-TpoolDbapiWrapper-2ce78aa7cbb9e585.yaml new file mode 100644 index 0000000..57812bb --- /dev/null +++ b/releasenotes/notes/deprecate-TpoolDbapiWrapper-2ce78aa7cbb9e585.yaml @@ -0,0 +1,9 @@ +--- +deprecations: + - | + The ``oslo_db.concurrency.TpoolDbapiWrapper`` class and supporting + ``[database] use_tpool`` config option are now deprecated. + This feature never graduated from experimental status and is slated for + removal due to lack of maintenance and test coverage. Users should switch + to ``oslo_db.api.DBAPI.from_config`` and remove references to the + deprecated config option from their documentation. -- cgit v1.2.1