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
This commit is contained in:
Harshada Mangesh Kakad 2015-03-27 02:47:21 -07:00
parent 5e3b016eba
commit ecf2ae8c5f
2 changed files with 3 additions and 3 deletions

View File

@ -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
=======

View File

@ -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.