[www] Set Rocky series state as End of Life

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

[1] https://lists.openstack.org/pipermail/openstack-discuss/2023-January/031922.html

Change-Id: If3650ac8f1584d34687df977c28db77a7e94e893
This commit is contained in:
Elod Illes 2023-08-16 20:49:41 +02:00
parent c801c8bcbb
commit 4abe38f673
1 changed files with 1 additions and 1 deletions

View File

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