From 0f6f12141ae7997713cbab0296038579376b476d Mon Sep 17 00:00:00 2001 From: Zhijiang Hu Date: Sat, 10 Mar 2018 10:28:43 +0800 Subject: 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 --- tools/daisy-post-fip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit 1.2.3-korg