From 104baec9eaf2c1f82d1662edf7f5bae80575cdd7 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Mon, 29 Oct 2012 12:54:54 -0700 Subject: [PATCH] set default verbose to False It should default to false to be consistent with cinder defaults and the default of the other openstack modules. --- manifests/base.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/base.pp b/manifests/base.pp index 070828f5..01e2acac 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -11,7 +11,7 @@ class cinder::base ( $rabbit_virtual_host = '/', $rabbit_userid = 'nova', $package_ensure = 'present', - $verbose = 'True' + $verbose = 'False' ) { include cinder::params