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:
ae58751
)
Corrected web server address assignment.
63/34863/1
author
Aimee Ukasick
<aimeeu.opensource@gmail.com>
Tue, 16 May 2017 21:44:54 +0000
(16:44 -0500)
committer
Aimee Ukasick
<aimeeu.opensource@gmail.com>
Tue, 16 May 2017 21:44:54 +0000
(16:44 -0500)
Change-Id: I9753ad9f7d1daee63f31c81bf557d09fa98746db
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
tests/vHello_3Node_Tacker.sh
patch
|
blob
|
history
diff --git
a/tests/vHello_3Node_Tacker.sh
b/tests/vHello_3Node_Tacker.sh
index
4a8f2bf
..
9c5ec19
100644
(file)
--- a/
tests/vHello_3Node_Tacker.sh
+++ b/
tests/vHello_3Node_Tacker.sh
@@
-309,7
+309,7
@@
start() {
echo "$0: $(date) get web server internal and LB addresses"
vdu_url[1]="http://${vdu_ip[1]}"
vdu_url[2]="http://${vdu_ip[2]}"
- vdu_url[3]="http://${vdu_ip[
2
]}"
+ vdu_url[3]="http://${vdu_ip[
3
]}"
apt-get install -y curl