aboutsummaryrefslogtreecommitdiffstats
path: root/setup.sh
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-10-04 14:14:32 -0400
committerDaniel Rose <dr695h@att.com>2019-11-01 20:24:51 +0000
commit51fcd0e26ea5075ffb20cf94374633a4394f1aa4 (patch)
tree60c1e67b61061024efb2a1441a057df1ce85a064 /setup.sh
parent70cc2692d6b52b37b403492742b87a8a0991f955 (diff)
hacking in the v2 client version so this keeps running
Issue-ID: INT-1292 Change-Id: I4f13bcee733cf83df9320361358b728e61c1ae82 Signed-off-by: DR695H <dr695h@att.com> (cherry picked from commit 0464619228e639977e971604db8ceb55f72a3bd9)
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 2 insertions, 0 deletions
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