summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-10-30 16:37:02 +0000
committerGerrit Code Review <review@openstack.org>2020-10-30 16:37:02 +0000
commit503db6071acebdabffa994ef86829eb438249db4 (patch)
treea17b05ee8041847151f97b036d024d86aad39cd1 /releasenotes
parent2ca50a4ca76e0eca792c03bb1f8b6d4a22d56edb (diff)
parent642dac165fb1649e01e8370acbc2b709299166c6 (diff)
downloadoslo-db-503db6071acebdabffa994ef86829eb438249db4.tar.gz
Merge "Deprecate the 'oslo_db.sqlalchemy.migration_cli' module"8.5.0
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.