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:
Naohiro Tamura 2015-07-02 15:40:13 +09:00
parent 2e9fd94822
commit 4904f70567
2 changed files with 4 additions and 2 deletions

View File

@ -122,7 +122,9 @@ Command Interface (SCCI).
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
^^^^^^^^^^^^^^^^^^^^^^^^

View File

@ -8,7 +8,7 @@ proliantutils>=2.1.0
pyghmi
pysnmp
python-ironic-inspector-client
python-scciclient
python-scciclient>=0.1.0
python-seamicroclient>=0.4.0
UcsSdk==0.8.1.9