Update python-scciclient version number

This patch updates python-scciclient version number for iRMC drivers.

Change-Id: I3f0a15b09d05379f6e4e59c81754c2c76712200b
closes-bug: #1518999
closes-bug: #1519000
(cherry picked from commit e936fbfda1)
This commit is contained in:
Naohiro Tamura 2015-12-04 16:31:01 +09:00
parent 6eb970b71c
commit fcc01c1ebc
3 changed files with 9 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.2.0"
$ pip install "python-scciclient>=0.3.0"
Drivers
=======

View File

@ -8,7 +8,7 @@ proliantutils>=2.1.5
pyghmi>=0.8.0
pysnmp
python-ironic-inspector-client
python-scciclient>=0.2.0
python-scciclient>=0.3.0
python-seamicroclient>=0.4.0
UcsSdk==0.8.2.2

View File

@ -0,0 +1,7 @@
---
upgrade:
- Updated python-scciclient required version number for iRMC driver
to 0.3.0 which fixed the bug '#1518999' and '#1519000'.
fixes:
- Updated python-scciclient required version number for iRMC driver
to 0.3.0 which fixed the bug '#1518999' and '#1519000'.