diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2018-03-10 10:28:43 +0800 |
---|---|---|
committer | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2018-03-10 10:29:07 +0800 |
commit | 0f6f12141ae7997713cbab0296038579376b476d (patch) | |
tree | 3919acf6944570704f470a165d4623c0838e7233 /tools | |
parent | 04b0865ee8e4d35b36ca4e1f007eefcb51524bb6 (diff) |
Enlarge the time slice between creating VM and assign FIP
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/daisy-post-fip.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/daisy-post-fip.sh b/tools/daisy-post-fip.sh index 80d79e38..44e55064 100644 --- 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 10 +sleep 30 openstack server add floating ip demo1 ${DEMO_FIP} |