summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-08-09 16:38:08 -0400
committerTim Rozet <trozet@redhat.com>2018-08-09 16:38:08 -0400
commit7bbbc905908be356fd1cf2f869b43d7e4d87c12b (patch)
tree7a01b4bde3a4d9055fb2404a096c6061b9f207db
parentbeafc8f4ede72ddb1d2abc2eaff14f9c954bf3fd (diff)
Fix broken clean due to virtualbmc change
Apex clean is failing when trying to clean vbmcs because the function was changed in new virtualbmc version. Adding the working version to our constraints. JIRA: APEX-631 Change-Id: I62971183669e4a51e841d79892e78b10ea380a1e Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 18bd020f..2d7c4199 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
libvirt-python
python-iptables
-virtualbmc
+virtualbmc==1.2.0
cryptography
python-ipmi
PyYAML