Update proliantutils version to 2.1.7 for Mitaka release

This commit updates the proliantutils version required in
Ironic to 2.1.7 for Mitaka release. This version of
proliantutils includes changes to NIC info and firmware
version retrieval logic.

Change-Id: Ieacfb2555bce0fc1f2542ddc837c6c67347fd891
This commit is contained in:
Debayan Ray 2016-03-03 03:30:26 -08:00
parent 80fd454ef7
commit 5ecda6bee0
2 changed files with 3 additions and 3 deletions

View File

@ -42,9 +42,9 @@ Prerequisites
which contains set of modules for managing HPE ProLiant hardware. which contains set of modules for managing HPE ProLiant hardware.
Install ``proliantutils`` module on the ironic conductor node. Minimum Install ``proliantutils`` module on the ironic conductor node. Minimum
version required is 2.1.6.:: version required is 2.1.7.::
$ pip install "proliantutils>=2.1.6" $ pip install "proliantutils>=2.1.7"
* ``ipmitool`` command must be present on the service node(s) where * ``ipmitool`` command must be present on the service node(s) where
``ironic-conductor`` is running. On most distros, this is provided as part ``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. # python projects they should package as optional dependencies for Ironic.
# These are available on pypi # These are available on pypi
proliantutils>=2.1.6 proliantutils>=2.1.7
pyghmi>=0.8.0 pyghmi>=0.8.0
pysnmp pysnmp
python-ironic-inspector-client python-ironic-inspector-client