From 97158c3463bb562d9a89fb80fcc11fe817072873 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Wed, 30 Aug 2017 09:42:00 -0400 Subject: [PATCH] Open Queens for data migrations Now that Pike has been released, we can change CURRENT_RELEASE from pike to queens to open Queens for data migrations. Change-Id: I3bb21fd9aa2134cf3e37c90c278e82beedf88810 --- 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 638894b22c..bf0e7cd9b6 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 = 'pike' +CURRENT_RELEASE = 'queens' ALEMBIC_INIT_VERSION = 'liberty' LATEST_REVISION = 'pike01' INIT_VERSION = 0