add python-scciclient version number requirement
The current driver-requirements.txt has no version number requirement for python-scciclient. This patch adds the required python-scciclient version number in driver-requirements.txt for the iRMC Power and Management modules. Change-Id: Icaf621c442b60fb1f480d715a40f4929c4a4e929
This commit is contained in:
parent
2e9fd94822
commit
4904f70567
@ -122,7 +122,9 @@ Command Interface (SCCI).
|
|||||||
Software Requirements
|
Software Requirements
|
||||||
^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
- Install `python-scciclient package <https://pypi.python.org/pypi/python-scciclient>`_
|
- Install `python-scciclient package <https://pypi.python.org/pypi/python-scciclient>`_::
|
||||||
|
|
||||||
|
$ pip install "python-scciclient>=0.1.0"
|
||||||
|
|
||||||
Enabling the iRMC Driver
|
Enabling the iRMC Driver
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
@ -8,7 +8,7 @@ proliantutils>=2.1.0
|
|||||||
pyghmi
|
pyghmi
|
||||||
pysnmp
|
pysnmp
|
||||||
python-ironic-inspector-client
|
python-ironic-inspector-client
|
||||||
python-scciclient
|
python-scciclient>=0.1.0
|
||||||
python-seamicroclient>=0.4.0
|
python-seamicroclient>=0.4.0
|
||||||
UcsSdk==0.8.1.9
|
UcsSdk==0.8.1.9
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user