fe2f9c2950
Right now, retries break in ilo driver due to server_side_retries being an accepted kwarg in sushy.connector.Connector._op, but not this version. We should accept any set of args, but only pass on known-good args, as sushy.connector.Connector._op() will pass on any unknown kwargs to requests, which means we should not blindly pass on all kwargs. Additionally, fixed related unit tests and some basic configuration fixes to get linting to pass. Change-Id: I80796cc4280a194735e6e4034d37cca4fdc97f97
16 lines
415 B
Plaintext
16 lines
415 B
Plaintext
pbr>=2.0.0 # Apache-2.0
|
|
six>=1.9.0 # MIT
|
|
oslo.concurrency>=3.8.0 # Apache-2.0
|
|
oslo.serialization>=1.10.0 # Apache-2.0
|
|
oslo.utils>=3.20.0 # Apache-2.0
|
|
jsonschema>=2.6.0 # MIT
|
|
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
|
|
retrying!=1.3.0,>=1.2.3 # Apache-2.0
|
|
pysnmp-lextudio>=5.0.0 # BSD
|
|
pyasn1>=0.5.1 # BSD
|
|
pyasn1-modules>=0.3.0 # BSD
|
|
|
|
# Redfish communication uses the Sushy library
|
|
sushy>=4.5.2
|
|
pyOpenSSL>=19.1.0
|