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:
@@ -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' {
|
||||
|
||||
Reference in New Issue
Block a user