From 54d179a80d72cf63a7556d62bcada67c3ce296f5 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Thu, 8 Mar 2018 10:36:01 -0500 Subject: [PATCH] Open Rocky for data migrations Change CURRENT_RELEASE from 'queens' to 'rocky' to open Rocky for data migrations. Change-Id: I86b6b873d4a7403868ea9e8dcfafe47b24524e06 --- 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 b941114bfc..fdaea24ba6 100644 --- a/glance/db/migration.py +++ b/glance/db/migration.py @@ -47,7 +47,7 @@ def get_backend(): # Migration-related constants EXPAND_BRANCH = 'expand' CONTRACT_BRANCH = 'contract' -CURRENT_RELEASE = 'queens' +CURRENT_RELEASE = 'rocky' ALEMBIC_INIT_VERSION = 'liberty' LATEST_REVISION = 'queens_contract01' INIT_VERSION = 0