
ironic-lib is being retired; this change imports any used code from ironic-lib and updates references. This contains some changes to how we throw exceptions; aligning ironic-lib code with IPA practice to have all exceptions be a RESTError. This also allows us to remove code around serializing ironic-lib exceptions. Change-Id: I137340ce6820c68d8e0f1a32668151bba7b1ddd7
18 lines
476 B
Plaintext
18 lines
476 B
Plaintext
pbr>=6.0.0 # Apache-2.0
|
|
eventlet>=0.18.2 # MIT
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
oslo.concurrency>=3.26.0 # Apache-2.0
|
|
oslo.log>=4.6.1 # Apache-2.0
|
|
oslo.service>=1.24.0 # Apache-2.0
|
|
oslo.utils>=7.3.0 # Apache-2.0
|
|
Pint>=0.5 # BSD
|
|
psutil>=3.2.2 # BSD
|
|
pyudev>=0.18 # LGPLv2.1+
|
|
requests>=2.14.2 # Apache-2.0
|
|
stevedore>=1.20.0 # Apache-2.0
|
|
tenacity>=6.2.0 # Apache-2.0
|
|
Werkzeug>=2.0.0 # BSD License
|
|
cryptography>=2.3 # BSD/Apache-2.0
|
|
tooz>=2.7.2 # Apache-2.0
|
|
zeroconf>=0.24.0 # LGPL
|