From 315e39f18db38821b80d42f56da3995f29938f86 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 28 May 2020 18:42:43 +0200 Subject: [PATCH] congress is retired Remove congressclient from .zuul.yaml and requirements, the repos are retired. See also https://review.opendev.org/721741 Change-Id: I41e622da0dbf8247704b630837fde0b0cfbe81f9 --- .zuul.yaml | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index f91cf4f..39585c6 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -9,7 +9,6 @@ - openstack/python-openstackclient - openstack/python-barbicanclient - openstack/python-cloudkittyclient - - openstack/python-congressclient - openstack/python-designateclient - openstack/python-heatclient - openstack/python-ironic-inspector-client diff --git a/requirements.txt b/requirements.txt index 97299b7..ed8ee46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,6 @@ networkx>=2.3 # BSD aodhclient>=0.9.0 # Apache-2.0 gnocchiclient>=3.3.1 # Apache-2.0 python-barbicanclient>=4.5.2 # Apache-2.0 -python-congressclient<2000,>=1.3.0 # Apache-2.0 python-designateclient>=2.7.0 # Apache-2.0 python-heatclient>=1.10.0 # Apache-2.0 python-ironicclient>=2.3.0 # Apache-2.0