Merge "Update driver requirement for iRMC"

This commit is contained in:
Jenkins 2016-09-05 10:37:28 +00:00 committed by Gerrit Code Review
commit a5619a73ad
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.1.0

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.