diff --git a/manifests/site.pp b/manifests/site.pp index 5082a44..0990288 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -70,7 +70,8 @@ node /openstack-controller/ { # deploy a script that can be used to test nova class { 'openstack::test_file': - quantum => $use_quantum, + quantum => $use_quantum, + sleep_time => 30, } if $::osfamily == 'Debian' {