Update proliantutils version required for Ocata release

This commit updates the proliantutils version required in
Ironic to 2.2.0 for Ocata release. This version of
proliantutils includes support for sanitize disk erase using
SSA utility.

Change-Id: I31a8467bc1917b08e61579fef0610b3fc297ece6
This commit is contained in:
Shivanand Tendulker 2017-01-24 04:00:04 -08:00
parent e57ad8c952
commit eb5a7bfbeb
3 changed files with 8 additions and 3 deletions

View File

@ -43,9 +43,9 @@ Prerequisites
which contains set of modules for managing HPE ProLiant hardware.
Install ``proliantutils`` module on the ironic conductor node. Minimum
version required is 2.1.11::
version required is 2.2.0::
$ pip install "proliantutils>=2.1.11"
$ pip install "proliantutils>=2.2.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

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

View File

@ -0,0 +1,5 @@
---
upgrade:
- Updates required proliantutils version for iLO
drivers to 2.2.0. This version has support for
sanitize disk erase using SSA utility.