From 2a8d9ec0d546b858a76db00ce98c83382663dedc Mon Sep 17 00:00:00 2001 From: Shivanand Tendulker Date: Thu, 24 Sep 2015 00:07:45 -0700 Subject: [PATCH] Update proliantutils version required for L release This commit updates the proliantutils version required in Ironic to 2.1.5 for L release. This version of proliantutils includes the following functionality in addition to bug fixes: * Enablement of logging * Enablemnet of RIS interfaces in Gen9 for virtual media and boot device related operations. Change-Id: I0421809e9001570790c6268e1b9b3d05b33198a9 --- 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 4744f5f435..9c571fd5c4 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.1.1.:: + version required is 2.1.5.:: - $ pip install "proliantutils>=2.1.1" + $ pip install "proliantutils>=2.1.5" * ``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 e0294437ff..c828bff67d 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.1 +proliantutils>=2.1.5 pyghmi>=0.8.0 pysnmp python-ironic-inspector-client