From 9577234bee5ab6825e601149e2b5149dfc5fea03 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 17 May 2024 00:31:38 +0900 Subject: [PATCH] Remove clients of retired projects Murano[1], Sahara[2] and Senlin[3] are being retired because of no activity and no maintainer. [1] https://review.opendev.org/c/openstack/governance/+/919358 [2] https://review.opendev.org/c/openstack/governance/+/919374 [3] https://review.opendev.org/c/openstack/governance/+/919347 Change-Id: I3be3ef7bce79bb86ed57ae52f1289abd869edf4e --- .zuul.yaml | 3 --- requirements.txt | 3 --- 2 files changed, 6 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index ff11703..b12155e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -15,11 +15,8 @@ - openstack/python-ironic-inspector-client - openstack/python-ironicclient - openstack/python-mistralclient - - openstack/python-muranoclient - openstack/python-neutronclient - openstack/python-octaviaclient - - openstack/python-saharaclient - - openstack/python-senlinclient - openstack/python-troveclient - openstack/python-vitrageclient - openstack/python-watcherclient diff --git a/requirements.txt b/requirements.txt index d5c6627..f5f3c07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,12 +8,9 @@ python-heatclient>=1.10.0 # Apache-2.0 python-ironicclient>=2.3.0 # Apache-2.0 python-ironic-inspector-client>=1.5.0 # Apache-2.0 python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0 -python-muranoclient>=0.8.2 # Apache-2.0 python-neutronclient>=6.7.0 # Apache-2.0 python-octaviaclient>=1.3.0 # Apache-2.0 python-openstackclient>=4.0.0 # Apache-2.0 -python-saharaclient>=1.4.0 # Apache-2.0 -python-senlinclient>=1.1.0 # Apache-2.0 python-troveclient>=2.2.0 # Apache-2.0 python-vitrageclient>=1.3.0 # Apache-2.0 python-watcherclient>=1.1.0 # Apache-2.0