cinder/releasenotes/notes/remove-configurable-migration-backend-aaee5a2f808c9b36.yaml
Stephen Finucane 59c5f1e7ad db: Remove 'cinder.database.migration_backend' entrypoint
We don't provide multiple backends in-tree and couldn't possibly support
those provided out-of-tree. Remove this knob.

Change-Id: Ia05eb6536bd4b2977358c0086293757091aa5e68
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2021-04-20 17:13:22 +01:00

7 lines
245 B
YAML

---
upgrade:
- |
Support for the ``cinder.database.migration_backend`` entrypoint, which
provided for configurable database migration backends, has been removed.
This was never exercised and was a source of unnecessary complexity.