Code Review
/
models.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7a0ec07
)
Remove /tacker/ from directory in which tacker.conf.sample resides
95/35695/1
author
Aimee Ukasick
<aimeeu.opensource@gmail.com>
Fri, 2 Jun 2017 01:22:39 +0000
(20:22 -0500)
committer
Aimee Ukasick
<aimeeu.opensource@gmail.com>
Fri, 2 Jun 2017 01:22:39 +0000
(20:22 -0500)
JIRA: VES-11
Change-Id: Ib42332f625a9487c83ce5afa69e751dd8612fb87
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
tests/utils/tacker-setup.sh
patch
|
blob
|
history
diff --git
a/tests/utils/tacker-setup.sh
b/tests/utils/tacker-setup.sh
index
c0a8107
..
e9ba823
100644
(file)
--- 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"