nova/releasenotes/notes/deprecate_db_driver-91c76ca8011d663c.yaml
Sean Dague c87ae92be5 Deprecate db_driver config option
Previously this let you replace our SQLAlchemy database layer with
your own. This approach is deprecated. Deployments that felt the need
to use the facility are encourage to work with upstream Nova to
address db driver concerns in the main SQLAlchemy code paths.

Change-Id: If195a6bc399c8b1e2bfb0ea5579f2be21d0bc126
2016-03-04 06:57:50 -05:00

9 lines
345 B
YAML

---
deprecations:
- Deprecate the ``db_driver`` config option. Previously this let you
replace our SQLAlchemy database layer with your own. This approach
is deprecated. Deployments that felt the need to use the facility
are encourage to work with upstream Nova to address db driver
concerns in the main SQLAlchemy code paths.