Update sleep to 2 minutes

I am finding serveral cases where it takes more than 1 minute
to be able to log into my instance.
This commit is contained in:
Dan Bode
2013-03-28 13:54:55 -07:00
committed by Dan Bode
parent 8077585c29
commit dce3cdd846

View File

@@ -73,7 +73,7 @@ node /openstack-controller/ {
# deploy a script that can be used to test nova
class { 'openstack::test_file':
quantum => $use_quantum,
sleep_time => 60,
sleep_time => 120,
}
if $::osfamily == 'Redhat' {