From 06be8f71c3caabd66baf3310cf08f86dbce65109 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Fri, 27 Nov 2020 23:27:06 -0600 Subject: [PATCH] Retire python-qinlingclient, qinling-dashboard: update doc site Qinling 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/qinling-dashboard/+/764522 Needed-by: https://review.opendev.org/c/openstack/python-qinlingclient/+/764525 [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018638.html Change-Id: Ic8351ae186a4ca25eac60896f43f2f55c715716b --- tools/www-generator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/www-generator.py b/tools/www-generator.py index 96ce803a12..f25d0b2f3b 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -479,8 +479,10 @@ _RETIRED_REPOS = [ 'openstack/python-congressclient', 'openstack/python-dracclient', 'openstack/python-karborclient', + 'openstack/python-qinlingclient', 'openstack/python-tricircleclient', 'openstack/qinling', + 'openstack/qinling-dashboard', 'openstack/searchlight', 'openstack/syntribos', 'openstack/tricircle',