diff options
-rwxr-xr-x | setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |