8353d6e204
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>
8 lines
271 B
YAML
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.
|