cinder/releasenotes/notes/drop-db_driver-opt-b644963bf3b6aced.yaml
Stephen Finucane 8353d6e204 db: Remove 'db_driver' option
This is a silly config option. We only have one database driver in-tree
and no plans to add more (SQLAlchemy is best in class). There's also no
way we'd be able to support out-of-tree drivers. Remove it entirely.

Change-Id: Ica3b2e8fcb079beca652e81d2230bcca82fb49d7
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2021-08-27 15:13:21 +01:00

8 lines
271 B
YAML

---
upgrade:
- |
The ``[DEFAULT] db_driver`` config option has been removed. This was
intended to allow configuration of the database driver, however, there
is only one database driver present in-tree and out-of-tree database
drivers are not supported.