Skip to content

Commit 641b847

Browse files
committed
[stable-only] Fix the Neutron milestones list
The patch [1] incorrectly added ``RELEASE_2023_1`` to the ``NEUTRON_MILESTONES`` list, instead of ``ZED`` [1]https://review.opendev.org/c/openstack/neutron/+/859111 Change-Id: Ib2eead41780fea1b61aa52e78a12a4d436e1e097
1 parent e9e40a9 commit 641b847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neutron/db/migration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
WALLABY,
5656
XENA,
5757
YOGA,
58-
RELEASE_2023_1,
58+
ZED,
5959
# Do not add the milestone until the end of the release
6060
]
6161

0 commit comments

Comments
 (0)