summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/deprecate-sqlalchemy-migrate-6f899935615d6984.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-sqlalchemy-migrate-6f899935615d6984.yaml b/releasenotes/notes/deprecate-sqlalchemy-migrate-6f899935615d6984.yaml
index bcb8252..c1c7fa7 100644
--- a/releasenotes/notes/deprecate-sqlalchemy-migrate-6f899935615d6984.yaml
+++ b/releasenotes/notes/deprecate-sqlalchemy-migrate-6f899935615d6984.yaml
@@ -6,3 +6,9 @@ deprecations:
development and has been effectively replaced by ``alembic``. Users of
this module should consider switching to ``alembic`` or, if necessary,
using ``sqlalchemy-migrate`` directly.
+ - |
+ The ``oslo_db.sqlalchemy.migration_cli`` module is deprecated for removal.
+ It was intended to provide an abstraction layer over different migration
+ backends - specifically ``sqlalchemy-migrate`` and ``alembic`` - however,
+ takeup has been limited and its expected that users will use ``alembic``
+ directly nowadays.