From: DR695H Date: Fri, 4 Oct 2019 18:14:32 +0000 (-0400) Subject: hacking in the v2 client version so this keeps running X-Git-Tag: 1.6.0~45 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F70%2F97870%2F1;p=testsuite.git hacking in the v2 client version so this keeps running Issue-ID: INT-1292 Change-Id: I4f13bcee733cf83df9320361358b728e61c1ae82 Signed-off-by: DR695H (cherry picked from commit 0464619228e639977e971604db8ceb55f72a3bd9) --- diff --git a/setup.sh b/setup.sh index 6f80fd5b..392a84aa 100755 --- a/setup.sh +++ b/setup.sh @@ -60,6 +60,8 @@ pip install \ --target="$path/robot/library" \ ./heatbridge +sed -i 's/cinderclient\.v1\.client/cinderclient\.v2\.client/g' /var/opt/ONAP/robot/library/heatbridge/OpenstackManager.py + # Go back to execution folder cd $path