e3753b3597
The openstack/ironic project portion [0] of the fix to bug #1691808
"Manual cleaning fails when using iDRAC driver" [1] is no longer needed.
That is because the openstack/python-dracclient project has adopted
library-wide the best practice that fix contains [2]. Therefore, this
can be removed.
[0] https://review.openstack.org/#/c/466086/
[1] https://bugs.launchpad.net/ironic/+bug/1691808
[2] https://bugs.launchpad.net/python-dracclient/+bug/1697558
This reverts commit 35f222c55d
.
Change-Id: I1d313b750f931125567d1ca1c4ef1bbeb998746c
Closes-Bug: #1702195
Depends-On: Ied659a4ee45b1dd55cd3a420301d866d52c838fb
Related-Bug: #1691808
Related-Bug: #1697558
20 lines
591 B
Plaintext
20 lines
591 B
Plaintext
# This file lists all python libraries which are utilized by drivers,
|
|
# but not listed in global-requirements.
|
|
# It is intended to help package maintainers to discover additional
|
|
# python projects they should package as optional dependencies for Ironic.
|
|
|
|
# These are available on pypi
|
|
proliantutils>=2.2.1
|
|
pysnmp
|
|
python-ironic-inspector-client>=1.5.0
|
|
python-oneviewclient<3.0.0,>=2.5.2
|
|
python-scciclient>=0.4.0
|
|
UcsSdk==0.8.2.2
|
|
python-dracclient>=1.3.0
|
|
|
|
# The CIMC drivers use the Cisco IMC SDK version 0.7.2 or greater
|
|
ImcSdk>=0.7.2
|
|
|
|
# The Redfish hardware type uses the Sushy library
|
|
sushy
|