Update migration constant

Update the data migration current release to 'zed'.  Include a
semver pseudo-header in this commit message so that pbr will
increment the major version number, otherwise
glance.tests.unit.gate.test_data_migration_version will break.

Change-Id: Iad32226cea6f81cb0a18a46f4f89ebd3dc42d9a9
Sem-Ver: api-break
This commit is contained in:
Abhishek Kekane 2022-04-21 05:49:57 +00:00
parent fbdaa4acad
commit 14bd3eb1bb
1 changed files with 1 additions and 1 deletions

View File

@ -29,5 +29,5 @@ db_options.set_defaults(cfg.CONF)
# Migration-related constants
EXPAND_BRANCH = 'expand'
CONTRACT_BRANCH = 'contract'
CURRENT_RELEASE = 'yoga'
CURRENT_RELEASE = 'zed'
ALEMBIC_INIT_VERSION = 'liberty'