From 7bbbc905908be356fd1cf2f869b43d7e4d87c12b Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 9 Aug 2018 16:38:08 -0400 Subject: 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg