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'