From 63750c40d9dba5a21a0bcc791b3b42be5787fad0 Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Tue, 20 Feb 2024 09:29:30 +0100 Subject: [PATCH] [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 --- 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 939e0a59aa..776b1a28ed 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -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')),