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
This commit is contained in:
Brian Rosmaita 2017-08-30 09:42:00 -04:00
parent 2d362004aa
commit 97158c3463
1 changed files with 1 additions and 1 deletions

View File

@ -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