Merge "Upgrade oslo.db and Replace DbMigrationError with DBMigrationError"
This commit is contained in:
commit
7ef4e96949
@ -72,5 +72,5 @@ def db_sync(version=None, init_version=INIT_VERSION, engine=None):
|
||||
abs_path=MIGRATE_REPO_PATH,
|
||||
version=version,
|
||||
init_version=init_version)
|
||||
except oslo_exception.DbMigrationError as exc:
|
||||
except oslo_exception.DBMigrationError as exc:
|
||||
raise exception.InvalidInput(reason=exc)
|
||||
|
@ -9,7 +9,7 @@ keystoneauth1>=2.21.0 # Apache-2.0
|
||||
keystonemiddleware>=4.12.0 # Apache-2.0
|
||||
microversion-parse>=0.1.2 # Apache-2.0
|
||||
oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
|
||||
oslo.db>=4.23.0 # Apache-2.0
|
||||
oslo.db>=4.27.0 # Apache-2.0
|
||||
oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0
|
||||
oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
|
||||
oslo.log>=3.22.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user