diff options
author | DR695H <dr695h@att.com> | 2019-10-04 14:14:32 -0400 |
---|---|---|
committer | Daniel Rose <dr695h@att.com> | 2019-11-01 20:24:51 +0000 |
commit | 51fcd0e26ea5075ffb20cf94374633a4394f1aa4 (patch) | |
tree | 60c1e67b61061024efb2a1441a057df1ce85a064 | |
parent | 70cc2692d6b52b37b403492742b87a8a0991f955 (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)
-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 |