c87ae92be5
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
9 lines
345 B
YAML
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.
|