Update driver requirement for iRMC

This patch updates python-scciclient required version number for iRMC
driver to 0.4.0 which contains the bug fix '#1561852' and miscellaneous
improvement.

Change-Id: Ia190eb8eca44e24d0d654d95ca68ba2930359294
This commit is contained in:
Naohiro Tamura 2016-09-01 14:08:44 +09:00
parent a828e752da
commit bffd5a8822
3 changed files with 6 additions and 2 deletions

View File

@ -21,7 +21,7 @@ Prerequisites
* Install `python-scciclient package <https://pypi.python.org/pypi/python-scciclient>`_::
$ pip install "python-scciclient>=0.3.0"
$ pip install "python-scciclient>=0.4.0"
Drivers
=======

View File

@ -9,7 +9,7 @@ pyghmi>=0.8.0
pysnmp
python-ironic-inspector-client>=1.5.0
python-oneviewclient<3.0.0,>=2.0.2
python-scciclient>=0.3.0
python-scciclient>=0.4.0
python-seamicroclient>=0.4.0
UcsSdk==0.8.2.2
python-dracclient>=0.0.5

View File

@ -0,0 +1,4 @@
---
upgrade:
- Updated python-scciclient required version number for iRMC driver to
0.4.0 which contains the bug fix '#1561852' and miscellaneous improvement.