Code Review
/
daisy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
04b0865
)
Enlarge the time slice between creating VM and assign FIP
45/53445/1
author
Zhijiang Hu
<hu.zhijiang@zte.com.cn>
Sat, 10 Mar 2018 02:28:43 +0000
(10:28 +0800)
committer
Zhijiang Hu
<hu.zhijiang@zte.com.cn>
Sat, 10 Mar 2018 02:29:07 +0000
(10:29 +0800)
tools/daisy-post-fip.sh is only for user manually test FIP after
deployment, so this change does not have functional change.
Change-Id: I360eee59a4b0eb12fc2e50b7c15c5ccae527061c
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
tools/daisy-post-fip.sh
patch
|
blob
|
history
diff --git
a/tools/daisy-post-fip.sh
b/tools/daisy-post-fip.sh
index
80d79e3
..
44e5506
100644
(file)
--- a/
tools/daisy-post-fip.sh
+++ b/
tools/daisy-post-fip.sh
@@
-56,7
+56,7
@@
openstack server create --image ${IMAGE_NAME} --flavor m1.micro \
--nic net-id=${DEMO_NET_ID} demo1
# Wait for guest ready to accept FIP, seems need it.
-sleep
1
0
+sleep
3
0
openstack server add floating ip demo1 ${DEMO_FIP}