Change verbose default to false
This commit changes the default of verbose to false for openstack::all.
This commit is contained in:
@@ -26,7 +26,7 @@ class openstack::all(
|
||||
$glance_db_password = 'glance_pass',
|
||||
$glance_user_password = 'glance_pass',
|
||||
# config
|
||||
$verbose = true,
|
||||
$verbose = false,
|
||||
$purge_nova_config = true,
|
||||
$libvirt_type = 'kvm'
|
||||
) {
|
||||
|
Reference in New Issue
Block a user