From bffd5a882294d3d487ea437f687f89dc88e3ab32 Mon Sep 17 00:00:00 2001 From: Naohiro Tamura Date: Thu, 1 Sep 2016 14:08:44 +0900 Subject: [PATCH] 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 --- doc/source/drivers/irmc.rst | 2 +- driver-requirements.txt | 2 +- releasenotes/notes/scciclient-0.4.0-6f01c0f0a5c39062.yaml | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/scciclient-0.4.0-6f01c0f0a5c39062.yaml diff --git a/doc/source/drivers/irmc.rst b/doc/source/drivers/irmc.rst index 8d744a0bb6..cebbf04b33 100644 --- a/doc/source/drivers/irmc.rst +++ b/doc/source/drivers/irmc.rst @@ -21,7 +21,7 @@ Prerequisites * Install `python-scciclient package `_:: - $ pip install "python-scciclient>=0.3.0" + $ pip install "python-scciclient>=0.4.0" Drivers ======= diff --git a/driver-requirements.txt b/driver-requirements.txt index 939cc13160..6feff542be 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -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 diff --git a/releasenotes/notes/scciclient-0.4.0-6f01c0f0a5c39062.yaml b/releasenotes/notes/scciclient-0.4.0-6f01c0f0a5c39062.yaml new file mode 100644 index 0000000000..ad6ac343fc --- /dev/null +++ b/releasenotes/notes/scciclient-0.4.0-6f01c0f0a5c39062.yaml @@ -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.