From 2346b07fd46d64c4c7334ff4fb6538202358ca70 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Fri, 11 Jan 2013 10:55:52 -0800 Subject: [PATCH] dump openstack::test_file timeout to 60 seconds I previously saw a lot of failures in the openstack::test_file on red hat systems. I have bumped this timeout up (the time that we wait between assigned a floating ip and trying to route to it). This seems to have made this error go away most of the time. --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 9df248e..1677658 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -71,7 +71,7 @@ node /openstack-controller/ { # deploy a script that can be used to test nova class { 'openstack::test_file': quantum => $use_quantum, - sleep_time => 30, + sleep_time => 60, } if $::osfamily == 'Debian' {