Update proliantutils version required for L release

This commit updates the proliantutils version required in Ironic
to 2.1.5 for L release. This version of proliantutils includes the
following functionality in addition to bug fixes:
* Enablement of logging
* Enablemnet of RIS interfaces in Gen9 for virtual media and boot
  device related operations.

Change-Id: I0421809e9001570790c6268e1b9b3d05b33198a9
This commit is contained in:
Shivanand Tendulker 2015-09-24 00:07:45 -07:00
parent 1e07d648e8
commit 2a8d9ec0d5
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.1.1.::
version required is 2.1.5.::
$ pip install "proliantutils>=2.1.1"
$ pip install "proliantutils>=2.1.5"
* ``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

@ -4,7 +4,7 @@
# python projects they should package as optional dependencies for Ironic.
# These are available on pypi
proliantutils>=2.1.1
proliantutils>=2.1.5
pyghmi>=0.8.0
pysnmp
python-ironic-inspector-client