[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
This commit is contained in:
Elod Illes 2024-02-20 18:19:00 +01:00
parent 2cf33b193e
commit 3700de96a4

View File

@ -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')),