summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2017-03-24 11:00:04 +0200
committerPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2017-03-24 11:03:01 +0200
commit806717e5185f36b89cf78a9e4eef1930cbf51e77 (patch)
treecabee6581b005ac3c683191c9317f9098a5c7434
parent3c1d9874b93671638c496ab98df8255c8d084bf0 (diff)
downloadironic-806717e5185f36b89cf78a9e4eef1930cbf51e77.tar.gz
Pin version of proliantutils
Proliantutils 2.2.1 and newer require pbr>2, while ironic/stable/ocata requires pbr<2, which makes those incompatible. Pin proliantutils version to latest that was not requirng pbr>2. Change-Id: I4aa964be37a60145bfcbe080fb778aed99df89c0
-rw-r--r--driver-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt
index af57659d0..dc0f28ba5 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.2.0
+proliantutils==2.2.0
pyghmi>=0.8.0
pysnmp
python-ironic-inspector-client>=1.5.0