diff options
author | 2017-06-01 20:22:39 -0500 | |
---|---|---|
committer | 2017-06-01 20:22:39 -0500 | |
commit | f6d2ec30a436d5051a70c8f5eef56a1ef9f08800 (patch) | |
tree | 60b67065e1db97c45d693cd82f79a247f17ee22a /tests/utils | |
parent | 7a0ec072ab21f63825a77ae6dc7b7a1f8c9e158e (diff) |
Remove /tacker/ from directory in which tacker.conf.sample resides
JIRA: VES-11
Change-Id: Ib42332f625a9487c83ce5afa69e751dd8612fb87
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
Diffstat (limited to 'tests/utils')
-rw-r--r-- | tests/utils/tacker-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils/tacker-setup.sh b/tests/utils/tacker-setup.sh index c0a8107..e9ba823 100644 --- a/tests/utils/tacker-setup.sh +++ b/tests/utils/tacker-setup.sh @@ -51,7 +51,7 @@ function setenv () { echo "$0: $(date) Setup shared virtual folders and save this script there" mkdir /opt/tacker cp $0 /opt/tacker/. - cp `dirname $0`/tacker/tacker.conf.sample /opt/tacker/. + cp `dirname $0`/tacker.conf.sample /opt/tacker/. chmod 755 /opt/tacker/*.sh echo "$0: $(date) Setup admin-openrc.sh" |