[www] Set Stein series state as End of Life

Stein was proposed to transition to End of Life [1] and since all of
the projects have EOL'd their stable/stein branches, we are ready to
set Stein status to EOL on docs.openstack.org.

[1] https://lists.openstack.org/pipermail/openstack-discuss/2023-September/034965.html

Change-Id: I49a0e9d55451923dc312719143f9d71855796978
This commit is contained in:
Elod Illes 2024-01-04 12:50:56 +01:00
parent 27cb4a6aa4
commit 8a9dae98f7
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ SERIES_INFO = collections.OrderedDict([
('pike', SeriesInfo(date='August 2017', status='EOL')),
('queens', SeriesInfo(date='March 2018', status='EOL')),
('rocky', SeriesInfo(date='August 2018', status='EOL')),
('stein', SeriesInfo(date='April 2019', status='extended-maintenance')),
('stein', SeriesInfo(date='April 2019', status='EOL')),
('train', SeriesInfo(date='October 2019', status='extended-maintenance')),
('ussuri', SeriesInfo(date='May 2020', status='extended-maintenance')),
('victoria',