hacking in the v2 client version so this keeps running 29/96629/1
authorDR695H <dr695h@att.com>
Fri, 4 Oct 2019 18:14:32 +0000 (14:14 -0400)
committerDR695H <dr695h@att.com>
Fri, 4 Oct 2019 18:14:32 +0000 (14:14 -0400)
Issue-ID: INT-1292
Change-Id: I4f13bcee733cf83df9320361358b728e61c1ae82
Signed-off-by: DR695H <dr695h@att.com>
setup.sh

index 2e86d03..3ad5b9a 100755 (executable)
--- 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