[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:
parent
2cf33b193e
commit
3700de96a4
@ -67,7 +67,7 @@ SERIES_INFO = collections.OrderedDict([
|
|||||||
('rocky', SeriesInfo(date='August 2018', status='EOL')),
|
('rocky', SeriesInfo(date='August 2018', status='EOL')),
|
||||||
('stein', SeriesInfo(date='April 2019', status='EOL')),
|
('stein', SeriesInfo(date='April 2019', status='EOL')),
|
||||||
('train', SeriesInfo(date='October 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',
|
('victoria',
|
||||||
SeriesInfo(date='October 2020', status='extended-maintenance')),
|
SeriesInfo(date='October 2020', status='extended-maintenance')),
|
||||||
('wallaby', SeriesInfo(date='April 2021', status='extended-maintenance')),
|
('wallaby', SeriesInfo(date='April 2021', status='extended-maintenance')),
|
||||||
|
Loading…
Reference in New Issue
Block a user