Update proliantutils version required for Mitaka release
This commit updates the proliantutils version required in Ironic to 2.1.6 for Mitaka release. This version of proliantutils includes defect fixes and feature enablement related to iLO based firmware upgrade. Change-Id: Ic895dcbf70fa0cc02d49e17bc8e9d2de40ab9ec8
This commit is contained in:
parent
36970f97f9
commit
6af9da97e1
@ -42,9 +42,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.5.::
|
||||
version required is 2.1.6.::
|
||||
|
||||
$ pip install "proliantutils>=2.1.5"
|
||||
$ pip install "proliantutils>=2.1.6"
|
||||
|
||||
* ``ipmitool`` command must be present on the service node(s) where
|
||||
``ironic-conductor`` is running. On most distros, this is provided as part
|
||||
|
@ -4,7 +4,7 @@
|
||||
# python projects they should package as optional dependencies for Ironic.
|
||||
|
||||
# These are available on pypi
|
||||
proliantutils>=2.1.5
|
||||
proliantutils>=2.1.6
|
||||
pyghmi>=0.8.0
|
||||
pysnmp
|
||||
python-ironic-inspector-client
|
||||
|
Loading…
Reference in New Issue
Block a user