Open Rocky for data migrations

Change CURRENT_RELEASE from 'queens' to 'rocky' to open Rocky for
data migrations.

Change-Id: I86b6b873d4a7403868ea9e8dcfafe47b24524e06
This commit is contained in:
Brian Rosmaita 2018-03-08 10:36:01 -05:00
parent c53d7f1943
commit 54d179a80d
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 = 'queens'
CURRENT_RELEASE = 'rocky'
ALEMBIC_INIT_VERSION = 'liberty'
LATEST_REVISION = 'queens_contract01'
INIT_VERSION = 0