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:
parent
2d362004aa
commit
97158c3463
@ -47,7 +47,7 @@ def get_backend():
|
|||||||
# Migration-related constants
|
# Migration-related constants
|
||||||
EXPAND_BRANCH = 'expand'
|
EXPAND_BRANCH = 'expand'
|
||||||
CONTRACT_BRANCH = 'contract'
|
CONTRACT_BRANCH = 'contract'
|
||||||
CURRENT_RELEASE = 'pike'
|
CURRENT_RELEASE = 'queens'
|
||||||
ALEMBIC_INIT_VERSION = 'liberty'
|
ALEMBIC_INIT_VERSION = 'liberty'
|
||||||
LATEST_REVISION = 'pike01'
|
LATEST_REVISION = 'pike01'
|
||||||
INIT_VERSION = 0
|
INIT_VERSION = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user