Open Pike for data migrations

Change CURRENT_RELEASE from ocata to pike to open Pike for data
migrations.

Change-Id: Id4ffcaaa79b6abe7c23b8d2f7ab628a99014a3a3
Depends-On: I2a7dc86b88afaf0e5b878d79607f54125a35eb16
This commit is contained in:
Hemanth Makkapati 2017-02-27 17:32:51 -06:00
parent 83a5652509
commit 0a400d07a4
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 = 'ocata'
CURRENT_RELEASE = 'pike'
ALEMBIC_INIT_VERSION = 'liberty'
LATEST_REVISION = 'ocata01'
INIT_VERSION = 0