summaryrefslogtreecommitdiff
path: root/releasenotes/notes/deprecate-TpoolDbapiWrapper-2ce78aa7cbb9e585.yaml
blob: 57812bbc41831b144935a4802a9ea95537c4fff5 (plain)
1
2
3
4
5
6
7
8
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.