summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Betts <sam@code-smash.net>2015-10-21 11:36:33 +0100
committerSam Betts <sam@code-smash.net>2015-10-22 10:33:03 +0100
commitfb00de66d230189306dc39ae799b408681e6de6d (patch)
treea6c2fdf9391a95888d27e3797496d288518d9d90
parent8f582251ebd8afaf37442bbaa93e36077fb1b1b7 (diff)
downloadironic-fb00de66d230189306dc39ae799b408681e6de6d.tar.gz
Change required version of ImcSdk to 0.7.2
There was a bug discovered in ImcSdk 0.7.1 with the SSL handshake that caused problems when running Ironic for longer periods of time, this patch changes the required version to the latest version of the ImcSdk which contains a fix for this issue. Change-Id: I7665e953b73ed83d5fb5d8adfbed5b3647e5ed48 Closes-Bug: #1508849 (cherry picked from commit 409c603761c0f1d5a5c3113e22c86cbcdbb5cc3b)
-rw-r--r--doc/source/drivers/cimc.rst6
-rw-r--r--driver-requirements.txt4
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/drivers/cimc.rst b/doc/source/drivers/cimc.rst
index 583e29df6..bc8989ef5 100644
--- a/doc/source/drivers/cimc.rst
+++ b/doc/source/drivers/cimc.rst
@@ -32,17 +32,17 @@ Install the ``ImcSdk`` module
.. note::
Install the ``ImcSdk`` module on the Ironic conductor node. Required version is
- 0.7.1.
+ 0.7.2.
#. Download the tar.gz from: https://communities.cisco.com/docs/DOC-56257
#. Unpack it::
- $ tar xvf ImcSdk-0.7.1.tar.gz
+ $ tar xvf ImcSdk-0.7.2.tar.gz
#. Install it::
- $ cd ImcSdk-0.7.1
+ $ cd ImcSdk-0.7.2
$ sudo python setup.py install
Tested Platforms
diff --git a/driver-requirements.txt b/driver-requirements.txt
index c828bff67..b69adcadc 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -27,5 +27,5 @@ UcsSdk==0.8.2.2
# http://docs.openstack.org/developer/ironic/drivers/vbox.html
pyremotevbox>=0.5.0
-# The CIMC drivers use the Cisco IMC SDK version 0.7.1, which is available from
-# https://communities.cisco.com/docs/DOC-37174
+# The CIMC drivers use the Cisco IMC SDK version 0.7.2, which is available from
+# https://communities.cisco.com/docs/DOC-56257