diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-01-06 06:02:45 -0500 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-01-06 06:03:51 -0500 |
commit | 1d4a008e2b484c7ee3a4d9220a8267781dbb2783 (patch) | |
tree | 8dc3041f55f482c27366e4a03b12ba039e0df711 /utils/infra_setup/heat_template/vstf_heat_template | |
parent | bbc3f2fc62fafbb05d08a0f7fd8e77781657a20b (diff) |
amend vstf repo name in ruduce of conflict
Change-Id: I0b76f92004d0dfd03a790dc96bcf1439ebd4e829
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'utils/infra_setup/heat_template/vstf_heat_template')
-rwxr-xr-x | utils/infra_setup/heat_template/vstf_heat_template/vstf_HOT_create_instance.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/infra_setup/heat_template/vstf_heat_template/vstf_HOT_create_instance.sh b/utils/infra_setup/heat_template/vstf_heat_template/vstf_HOT_create_instance.sh index 820593bd..11df69b8 100755 --- a/utils/infra_setup/heat_template/vstf_heat_template/vstf_HOT_create_instance.sh +++ b/utils/infra_setup/heat_template/vstf_heat_template/vstf_HOT_create_instance.sh @@ -33,7 +33,7 @@ main() echo "bottlenecks vstf: create instances with heat template" BOTTLENECKS_REPO=https://gerrit.opnfv.org/gerrit/bottlenecks - BOTTLENECKS_REPO_DIR=/tmp/opnfvrepo/bottlenecks + BOTTLENECKS_REPO_DIR=/tmp/opnfvrepo_vstf/bottlenecks #vstf parameter here bottlenecks_env_prepare |