summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/drivers/ilo.rst4
-rw-r--r--driver-requirements.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/drivers/ilo.rst b/doc/source/drivers/ilo.rst
index b7737a57a..0cfe092ed 100644
--- a/doc/source/drivers/ilo.rst
+++ b/doc/source/drivers/ilo.rst
@@ -40,9 +40,9 @@ Prerequisites
managing HP Proliant hardware.
Install ``proliantutils`` [2]_ module on the Ironic conductor node. Minimum
- version required is 2.0.1.::
+ version required is 2.1.0.::
- $ pip install "proliantutils>=2.0.1"
+ $ pip install "proliantutils>=2.1.0"
* ``ipmitool`` command must be present on the service node(s) where
``ironic-conductor`` is running. On most distros, this is provided as part
diff --git a/driver-requirements.txt b/driver-requirements.txt
index db32cebf7..842c51799 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -5,7 +5,7 @@
# These are available on pypi
ironic-discoverd>=1.0.0
-proliantutils>=2.0.1
+proliantutils>=2.1.0
pyghmi
pysnmp
python-scciclient