Update proliantutils version required for K release

This commit updates the proliantutils version
required in Ironic to 2.1.0 for K release.  This 
version of proliantutils includes the following 
functionality:
* Enablement of RIS protocol for Proliant Gen9 
  servers on which uefi secure boot feature depends.
* Functionality for node inspection using *ilo drivers.
* Functionality for node cleaning.

Change-Id: I09db1eca7fb6d383edaeac5da909d9bb84a8a009
This commit is contained in:
Ramakrishnan G 2015-04-08 14:25:15 +00:00
parent 9870f46a8c
commit b87348a715
2 changed files with 3 additions and 3 deletions

View File

@ -40,9 +40,9 @@ Prerequisites
managing HP Proliant hardware.
Install ``proliantutils`` [2]_ module on the Ironic conductor node. Minimum
version required is 2.0.1.::
version required is 2.1.0.::
$ pip install "proliantutils>=2.0.1"
$ pip install "proliantutils>=2.1.0"
* ``ipmitool`` command must be present on the service node(s) where
``ironic-conductor`` is running. On most distros, this is provided as part

View File

@ -5,7 +5,7 @@
# These are available on pypi
ironic-discoverd>=1.0.0
proliantutils>=2.0.1
proliantutils>=2.1.0
pyghmi
pysnmp
python-scciclient