Update proliantutils version required for Newton release
This commit updates the proliantutils version required in Ironic to 2.1.11 for Newton release. This version of proliantutils fixes the bug caused by python request library version 2.11.0. It also includes defect fixes for Proliant Gen7 support and iLO based RAID configuration. Change-Id: I4b42686496a03751b4136614af7f3ba0753bbf73
This commit is contained in:
parent
ad53bfbc21
commit
8a03cfc755
@ -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.10.::
|
||||
version required is 2.1.11.::
|
||||
|
||||
$ pip install "proliantutils>=2.1.10"
|
||||
$ pip install "proliantutils>=2.1.11"
|
||||
|
||||
* ``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.10
|
||||
proliantutils>=2.1.11
|
||||
pyghmi>=0.8.0
|
||||
pysnmp
|
||||
python-ironic-inspector-client>=1.5.0
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
upgrade:
|
||||
- Updated proliantutils required version number for iLO drivers
|
||||
to 2.1.11. This version includes fixes for the bugs caused by
|
||||
python request library version 2.11.0, Proliant Gen7 support
|
||||
and iLO based RAID configuration.
|
Loading…
Reference in New Issue
Block a user