[www] Set Train series state as End of Life

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

[1] https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/UJ7Y76LRWTZQSSDAGMPWCCVVGGIX3TOG/

Change-Id: I69cd80fa07e7db3c5fe949b855b2683a3ea56af9
This commit is contained in:
Elod Illes 2024-02-20 09:29:30 +01:00
parent 8a9dae98f7
commit 63750c40d9
1 changed files with 1 additions and 1 deletions

View File

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