keystone/releasenotes/notes/remove-legacy-migrations-647f60019c8dd9e8.yaml
Stephen Finucane 503421d3d4 sql: Remove legacy 'migrate_repo' migration repo
This is now folded into the initial migration of the 'expand_repo'
repository. Previously, this was a dummy migration. We simply move
things across and remove any code that was trying to work with the older
repo since it's no longer necessary.

A release note is added, even though it's not really necessary since
nothing will change for users. It's more of a heads up that things are
afoot.

Change-Id: I59882d88fe593ec1ae37415b2157584f7f3c85f8
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2022-01-10 18:31:09 +00:00

8 lines
275 B
YAML

---
upgrade:
- |
The legacy migrations that existed before the split into separate expand
schema, contract schema, and data migration migration have now been
removed. These have been deprecated since 10.0.0 (Newton). This should
have no user-facing impact.