Merge "Open the 2023.2 (Bobcat) DB branch"

This commit is contained in:
Zuul 2023-03-22 10:50:25 +00:00 committed by Gerrit Code Review
commit 11ace380fe
3 changed files with 7 additions and 1 deletions

View File

@ -38,6 +38,7 @@ XENA = 'xena'
YOGA = 'yoga'
ZED = 'zed'
RELEASE_2023_1 = '2023.1'
RELEASE_2023_2 = '2023.2'
NEUTRON_MILESTONES = [
# earlier milestones were not tagged
@ -56,6 +57,7 @@ NEUTRON_MILESTONES = [
XENA,
YOGA,
RELEASE_2023_1,
RELEASE_2023_2,
# Do not add the milestone until the end of the release
]

View File

@ -31,6 +31,9 @@ Create Date: 2022-11-06 13:04:26.390013
revision = 'fc153938cdc1'
down_revision = '5881373af7f5'
# milestone identifier, used by neutron-db-manage
neutron_milestone = [migration.RELEASE_2023_1]
TABLE_NAME = 'networksegments'

View File

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