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:
parent
c53d7f1943
commit
54d179a80d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user