summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Tamura <naohirot@jp.fujitsu.com>2016-09-01 14:08:44 +0900
committerJim Rollenhagen <jim@jimrollenhagen.com>2016-10-11 11:07:18 +0000
commitd57fa6c65566336d285bd14fa119b701b71bf28a (patch)
tree8527edcfb3bc55f27265f0576dd5dfaca9f576bc
parent850376338f0319000abd3baf64acc9d18704651d (diff)
downloadironic-d57fa6c65566336d285bd14fa119b701b71bf28a.tar.gz
Update stable/mitaka driver requirement for iRMC
This patch updates python-scciclient required version number for iRMC driver to 0.3.1 which contains the bug fix '#1561852' and maintenance updates. Change-Id: I368c4ea4e07baabc3354b1b1cbd6eb304d5aa68f
-rw-r--r--doc/source/drivers/irmc.rst2
-rw-r--r--driver-requirements.txt2
-rw-r--r--releasenotes/notes/scciclient-0.3.1-6f01c0f0a5c39062.yaml4
3 files changed, 6 insertions, 2 deletions
diff --git a/doc/source/drivers/irmc.rst b/doc/source/drivers/irmc.rst
index 8d744a0bb..05178c4e4 100644
--- a/doc/source/drivers/irmc.rst
+++ b/doc/source/drivers/irmc.rst
@@ -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,>=0.3.1"
Drivers
=======
diff --git a/driver-requirements.txt b/driver-requirements.txt
index 595e830ea..2cbb15c02 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -9,7 +9,7 @@ pyghmi>=0.8.0
pysnmp
python-ironic-inspector-client
python-oneviewclient<3.0.0,>=2.0.2
-python-scciclient>=0.3.0
+python-scciclient<0.4.0,>=0.3.1
python-seamicroclient>=0.4.0
UcsSdk==0.8.2.2
python-dracclient>=0.0.5
diff --git a/releasenotes/notes/scciclient-0.3.1-6f01c0f0a5c39062.yaml b/releasenotes/notes/scciclient-0.3.1-6f01c0f0a5c39062.yaml
new file mode 100644
index 000000000..fdff0fe2e
--- /dev/null
+++ b/releasenotes/notes/scciclient-0.3.1-6f01c0f0a5c39062.yaml
@@ -0,0 +1,4 @@
+---
+upgrade:
+ - Updated python-scciclient required version number for iRMC driver to
+ 0.3.1 which contains the bug fix '#1561852' and maintenance updates.