Open the 2023.2 (Bobcat) DB branch
According to the TC resolution [1] and the release identification document [2], the release number will be used as primary identifier in the development cycle. Release name will be used in marketing. [1]https://governance.openstack.org/tc/resolutions/20220524-release-identification-process.html [2]https://governance.openstack.org/tc/reference/release-naming.html Change-Id: I0890b344096d8f8350fedd9c123e27844b671882
This commit is contained in:
parent
c6fa9821aa
commit
97aa84b69a
@ -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
|
||||
]
|
||||
|
||||
|
@ -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'
|
||||
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user