From 6af9da97e1b6f0f792db0d9b9be4bb8015a9fbf9 Mon Sep 17 00:00:00 2001
From: Shivanand Tendulker <stendulker@gmail.com>
Date: Thu, 25 Feb 2016 10:46:39 -0800
Subject: [PATCH] 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
---
 doc/source/drivers/ilo.rst | 4 ++--
 driver-requirements.txt    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/source/drivers/ilo.rst b/doc/source/drivers/ilo.rst
index 66819c4698..0b2047bc4e 100644
--- a/doc/source/drivers/ilo.rst
+++ b/doc/source/drivers/ilo.rst
@@ -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
diff --git a/driver-requirements.txt b/driver-requirements.txt
index 35e1a07e79..992db7b3f4 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -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