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
This commit is contained in:
Takashi Kajinami 2022-05-27 12:41:02 +09:00
parent 457c833b06
commit 486deab3f2

View File

@ -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