diff options
author | DR695H <dr695h@att.com> | 2019-10-04 14:14:32 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-10-04 14:14:32 -0400 |
commit | 0464619228e639977e971604db8ceb55f72a3bd9 (patch) | |
tree | a51379d3870bf027cd4fc594337debd171fbaca9 | |
parent | 3cc962edd68362b0bd61f7682b20bdfcfacba7ef (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>
-rwxr-xr-x | setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |