From e936fbfda1294c050674332a204ce4ee77aa1f8e Mon Sep 17 00:00:00 2001 From: Naohiro Tamura Date: Fri, 4 Dec 2015 16:31:01 +0900 Subject: [PATCH] Update python-scciclient version number This patch updates python-scciclient version number for iRMC drivers. Change-Id: I79e8b82b34e702e59ebe0f92746d10a0f3c955a8 closes-bug: #1518999 closes-bug: #1519000 --- doc/source/drivers/irmc.rst | 2 +- driver-requirements.txt | 2 +- ...ython-scciclient-required-version-71398d5d5e1c0bf8.yaml | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/update-python-scciclient-required-version-71398d5d5e1c0bf8.yaml diff --git a/doc/source/drivers/irmc.rst b/doc/source/drivers/irmc.rst index e19863e94c..4c2ce9adbf 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.2.0" + $ pip install "python-scciclient>=0.3.0" Drivers ======= diff --git a/driver-requirements.txt b/driver-requirements.txt index 5243cdc060..a455af2c01 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -9,7 +9,7 @@ pyghmi>=0.8.0 pysnmp python-ironic-inspector-client python-oneviewclient<2.1.0,>=2.0.2 -python-scciclient>=0.2.0 +python-scciclient>=0.3.0 python-seamicroclient>=0.4.0 UcsSdk==0.8.2.2 diff --git a/releasenotes/notes/update-python-scciclient-required-version-71398d5d5e1c0bf8.yaml b/releasenotes/notes/update-python-scciclient-required-version-71398d5d5e1c0bf8.yaml new file mode 100644 index 0000000000..cdf0789946 --- /dev/null +++ b/releasenotes/notes/update-python-scciclient-required-version-71398d5d5e1c0bf8.yaml @@ -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'.