Merge "Open Rocky for data migrations"

This commit is contained in:
Zuul 2018-03-08 22:48:56 +00:00 committed by Gerrit Code Review
commit 35ed1c9bb2
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