Merge "Open Antelope DB branch"

This commit is contained in:
Zuul 2022-09-26 20:17:26 +00:00 committed by Gerrit Code Review
commit 7b53dbbfff
3 changed files with 7 additions and 1 deletions

View File

@ -37,6 +37,7 @@ WALLABY = 'wallaby'
XENA = 'xena'
YOGA = 'yoga'
ZED = 'zed'
ANTELOPE = 'antelope'
NEUTRON_MILESTONES = [
# earlier milestones were not tagged
@ -54,6 +55,7 @@ NEUTRON_MILESTONES = [
WALLABY,
XENA,
YOGA,
ANTELOPE,
# Do not add the milestone until the end of the release
]

View File

@ -30,6 +30,9 @@ Create Date: 2022-08-10 07:17:00.360917
revision = '5881373af7f5'
down_revision = '21ff98fabab1'
# milestone identifier, used by neutron-db-manage
neutron_milestone = [migration.ZED]
TABLE_NAME = 'securitygroupportbindings'

View File

@ -38,7 +38,7 @@ HEADS_FILENAME = 'HEADS'
CONTRACT_HEAD_FILENAME = 'CONTRACT_HEAD'
EXPAND_HEAD_FILENAME = 'EXPAND_HEAD'
CURRENT_RELEASE = migration.ZED
CURRENT_RELEASE = migration.ANTELOPE
RELEASES = (
migration.LIBERTY,
migration.MITAKA,
@ -55,6 +55,7 @@ RELEASES = (
migration.XENA,
migration.YOGA,
migration.ZED,
migration.ANTELOPE,
)
EXPAND_BRANCH = 'expand'