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.
This commit is contained in:
		@@ -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' {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user