From: Zhijiang Hu Date: Sat, 10 Mar 2018 02:28:43 +0000 (+0800) Subject: Enlarge the time slice between creating VM and assign FIP X-Git-Tag: opnfv-6.0.0~7 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F53445%2F1;p=daisy.git 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 --- 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}