nova/releasenotes/notes/remove-db_driver-config-opt-50110843b3221fc4.yaml
Stephen Finucane a3e9530fe9 conf: Remove 'db_driver' config opt
This option has been deprecated for a long time and any kinks, where
they existed, should have long since been worked out. Time to kill it.

Change-Id: Ifa686b5ce5e8063a8e5f2f22c89124c1d4083b80
2018-03-16 17:23:16 +00:00

8 lines
313 B
YAML

---
upgrade:
- |
The ``db_driver`` configuration option was deprecated in a previous release
and has now been removed. This option allowed you to replace the SQLAlchemy
database layer with one of your own. The approach was deprecated and
unsupported, and it is now time to remove it completely.