diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-01 07:50:30 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-01 07:50:30 -0700 |
commit | cbb3d888e8264023e891298c69fdcccc32e09bd4 (patch) | |
tree | 4427afc2d1a213b5943676db371872db8e865ffa /test/ete/scripts | |
parent | 5b5a462c5168e71f2b95eeed4796aace26cd3772 (diff) |
Change ONAP HEAT stack name to onap-heat-*
Change-Id: Ib913516dbce6a08c9b91d8708477ba9c630cffbf
Issue-ID: INT-606
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 182e398ca..b4d653931 100755 --- a/test/ete/scripts/deploy-onap.sh +++ b/test/ete/scripts/deploy-onap.sh @@ -64,7 +64,7 @@ fi $WORKSPACE/test/ete/scripts/teardown-onap.sh # create new stack -STACK="ete-$(uuidgen | cut -c-8)" +STACK="onap-heat-$(uuidgen | cut -c-4)" echo "New Stack Name: ${STACK}" if ! openstack stack create -t ${YAML_FILE} -e ${ENV_FILE} $STACK; then exit 1 |