From 3700de96a4f5272015277509f0dd3142cf1736aa Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Tue, 20 Feb 2024 18:19:00 +0100 Subject: [PATCH] [www] Set Ussuri series state as End of Life Ussuri was proposed to transition to End of Life [1] and since all of the projects have EOL'd their stable/ussuri branches, we are ready to set Ussuri status to EOL on docs.openstack.org. [1] https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/UJ7Y76LRWTZQSSDAGMPWCCVVGGIX3TOG/ Change-Id: I63b67e1713dfe755614df922ec6101b894e37d3c --- tools/www-generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/www-generator.py b/tools/www-generator.py index 776b1a28ed..a0617b6eb1 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -67,7 +67,7 @@ SERIES_INFO = collections.OrderedDict([ ('rocky', SeriesInfo(date='August 2018', status='EOL')), ('stein', SeriesInfo(date='April 2019', status='EOL')), ('train', SeriesInfo(date='October 2019', status='EOL')), - ('ussuri', SeriesInfo(date='May 2020', status='extended-maintenance')), + ('ussuri', SeriesInfo(date='May 2020', status='EOL')), ('victoria', SeriesInfo(date='October 2020', status='extended-maintenance')), ('wallaby', SeriesInfo(date='April 2021', status='extended-maintenance')),