From 486deab3f2d64b2583691e80632dbdfb9c887a46 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 27 May 2022 12:41:02 +0900 Subject: [PATCH] Remove unused libraries from requirements - python-glanceclient and python-novaclinent are no longer used since Glance and Nova were removed from Undercloud. - python-keystoneclient and keystoneauth were used by Mistral actions which were all replaced by tripleo-ansible. - netifaces, netaddr and jsonschema were used by baremetal actions in Mistral, which were replaced by tripleo-ansible. Change-Id: Id85fbb39453f7d601258ed0b5ca60489bd264ec6 --- requirements.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 761984e82..6b9b1541c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,19 +9,12 @@ oslo.config>=5.2.0 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 oslo.rootwrap>=5.8.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 -python-glanceclient>=2.8.0 # Apache-2.0 python-ironicclient!=2.5.2,!=2.7.1,!=3.0.0,>=2.3.0 # Apache-2.0 oslo.concurrency>=3.26.0 # Apache-2.0 python-ironic-inspector-client>=1.5.0 # Apache-2.0 Jinja2>=2.10 # BSD License (3 clause) -python-novaclient>=9.1.0 # Apache-2.0 passlib>=1.7.0 # BSD -netifaces>=0.10.4 # MIT cryptography>=3.4.7 # BSD/Apache-2.0 -netaddr>=0.7.18 # BSD -python-keystoneclient>=3.8.0 # Apache-2.0 -keystoneauth1>=3.4.0 # Apache-2.0 tenacity>=6.1.0 # Apache-2.0 metalsmith>=0.13.0 # Apache-2.0 -jsonschema>=3.2.0 # MIT requests>=2.18.0,!=2.20.0 # Apache-2.0