From ecf2ae8c5f4e4a413548ef3c03e71f8e80600eac Mon Sep 17 00:00:00 2001 From: Harshada Mangesh Kakad Date: Fri, 27 Mar 2015 02:47:21 -0700 Subject: [PATCH] Update pythonseamicroclient package version Update documentation to indicate lattest pythonseamicroclient package version(0.4.0). As earlier version did not have get_boot_order feature implemented which is required in get_boot_device to get the current boot device. Change-Id: I765d26d08ef2bb2c3fe7487338cca9c3ed50cdc7 Closes-Bug: #1437227 --- doc/source/drivers/seamicro.rst | 4 ++-- driver-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/drivers/seamicro.rst b/doc/source/drivers/seamicro.rst index 74cf4343cb..a7e643eb88 100644 --- a/doc/source/drivers/seamicro.rst +++ b/doc/source/drivers/seamicro.rst @@ -17,9 +17,9 @@ Prerequisites for managing SeaMicro Fabric Compute systems. Install ``python-seamicroclient`` [1]_ module on the Ironic conductor node. - Minimum version required is 0.2.1.:: + Minimum version required is 0.4.0.:: - $ pip install "python-seamicroclient>=0.2.1" + $ pip install "python-seamicroclient>=0.4.0" Drivers ======= diff --git a/driver-requirements.txt b/driver-requirements.txt index da39fd2a09..db32cebf77 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -9,7 +9,7 @@ proliantutils>=2.0.1 pyghmi pysnmp python-scciclient -python-seamicroclient +python-seamicroclient>=0.4.0 # The drac and amt driver import a python module called "pywsman", however, # this does not exist on pypi.