aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 2e86d037..3ad5b9af 100755
--- a/setup.sh
+++ b/setup.sh
@@ -54,6 +54,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