diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-10-23 12:30:29 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-10-23 12:30:29 -0700 |
commit | a770e649c6558730679a75b365eb1f6e7b441f02 (patch) | |
tree | ccea907f8d53cb05751fac97aad2d032bb8a1bc3 /test/ete/scripts | |
parent | 30c768a499a0d3644d74591a7cc3f773b0bd9c6d (diff) |
Modify properties to match recent template changes
Change-Id: Ib692dde21a35d69b9b995a8a3de8e04f380fcf6f
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test/ete/scripts')
-rwxr-xr-x | test/ete/scripts/deploy-onap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ete/scripts/deploy-onap.sh b/test/ete/scripts/deploy-onap.sh index 3c69e15e8..353c7c78c 100755 --- a/test/ete/scripts/deploy-onap.sh +++ b/test/ete/scripts/deploy-onap.sh @@ -49,5 +49,5 @@ fi STACK="ete-$(uuidgen | cut -c-8)" echo "Stack Name: ${STACK}" -openstack stack create -t ${ONAP_WORKDIR}/demo/heat/ONAP/onap_openstack.yaml -e ${WORKSPACE}/test/ete/labs/windriver/onap.env $STACK +openstack stack create -t ${ONAP_WORKDIR}/demo/heat/ONAP/onap_openstack.yaml -e ${WORKSPACE}/test/ete/labs/windriver/onap-openstack.env $STACK |