keystone/releasenotes/notes/resource-driver-33793dd5080ee4d2.yaml
Colleen Murphy 9607ed3266 Revert "Resource backend is SQL only now"
This reverts commit 3d46c8a5d9.

In the last commit, the foreign key constraints between the project
table and other tables were dropped, which allows us to restore the
configurability of the resource driver.

Change-Id: Iba4951e2d3965be5acec705385967d312456f1c7
2019-10-11 14:13:04 -07:00

7 lines
206 B
YAML

---
features:
- |
Restores the configurability of the resource driver, so it is now possible
to create a custom resource driver if the built-in sql driver does not meet
business requirements.