Remove unused ironic-inspector-client

The ironic-inspector-client library was used by a few mistral actions
but these were all removed.

Change-Id: I11511db1097b7a9eee6373d0cb15fcc7835d4783
This commit is contained in:
Takashi Kajinami 2022-07-22 02:22:04 +09:00
parent 0b83227bdb
commit b3718ffba1

View File

@ -10,7 +10,6 @@ oslo.log>=3.36.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0
python-ironicclient!=2.5.2,!=2.7.1,!=3.0.0,>=2.3.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 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) Jinja2>=2.10 # BSD License (3 clause)
passlib>=1.7.0 # BSD passlib>=1.7.0 # BSD
cryptography>=3.4.7 # BSD/Apache-2.0 cryptography>=3.4.7 # BSD/Apache-2.0