From fd3717480f30420c7a1517501545e218c26bd0e3 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 30 Nov 2020 09:45:47 -0600 Subject: [PATCH] Retire searchlight repos: update doc site Searchlight project is retiring in Wallaby cycle[1]. This commit update openstack-manual to redirect the repo doc site to REAMDE file. Needed-by: https://review.opendev.org/c/openstack/python-searchlightclient/+/764529 Needed-by: https://review.opendev.org/c/openstack/searchlight-ui/+/764528 Needed-By: https://review.opendev.org/c/openstack/searchlight-specs/+/764527 [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018637.html Change-Id: I9cf18a7b383810f54a0e00af3ebb78d18d495297 --- tools/www-generator.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/www-generator.py b/tools/www-generator.py index f25d0b2f3b..06df71ba8e 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -480,10 +480,13 @@ _RETIRED_REPOS = [ 'openstack/python-dracclient', 'openstack/python-karborclient', 'openstack/python-qinlingclient', + 'openstack/python-searchlightclient', 'openstack/python-tricircleclient', 'openstack/qinling', 'openstack/qinling-dashboard', 'openstack/searchlight', + 'openstack/searchlight-specs', + 'openstack/searchlight-ui', 'openstack/syntribos', 'openstack/tricircle', 'openstack/tripleo-incubator',