From 5c0a59e49c87e98da6fba12f1292ea1f2bfd74d1 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Fri, 10 May 2024 14:55:21 -0700 Subject: [PATCH] Retire Senlin: remove doc ref Senlin project is retired, adding its doc site redirect to README.rst file. Depends-On: https://review.opendev.org/c/openstack/governance/+/919347 Change-Id: I958a406e0266fabd3d6dd02027a1ed2f44322326 --- tools/www-generator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/www-generator.py b/tools/www-generator.py index e479ffc0cd..fcd4bd74e5 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -509,6 +509,7 @@ _RETIRED_REPOS = [ 'openstack/python-karborclient', 'openstack/python-qinlingclient', 'openstack/python-searchlightclient', + 'openstack/python-senlinclient', 'openstack/python-solumclient', 'openstack/python-tricircleclient', 'openstack/qinling', @@ -517,6 +518,7 @@ _RETIRED_REPOS = [ 'openstack/searchlight-specs', 'openstack/searchlight-ui', 'openstack/security-analysis', + 'openstack/senlin', 'openstack/solum', 'openstack/sushy-cli', 'openstack/syntribos',