From 14bd3eb1bb60dafc1ee33cf0e58b0d1e1b4cad67 Mon Sep 17 00:00:00 2001 From: Abhishek Kekane Date: Thu, 21 Apr 2022 05:49:57 +0000 Subject: [PATCH] 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 --- glance/db/migration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance/db/migration.py b/glance/db/migration.py index 9db8a67f72..f6fdd8d087 100644 --- a/glance/db/migration.py +++ b/glance/db/migration.py @@ -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'