diff options
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} |