set default verbose to False
It should default to false to be consistent with cinder defaults and the default of the other openstack modules.
This commit is contained in:
parent
8b07e8a111
commit
104baec9ea
@ -11,7 +11,7 @@ class cinder::base (
|
|||||||
$rabbit_virtual_host = '/',
|
$rabbit_virtual_host = '/',
|
||||||
$rabbit_userid = 'nova',
|
$rabbit_userid = 'nova',
|
||||||
$package_ensure = 'present',
|
$package_ensure = 'present',
|
||||||
$verbose = 'True'
|
$verbose = 'False'
|
||||||
) {
|
) {
|
||||||
|
|
||||||
include cinder::params
|
include cinder::params
|
||||||
|
Loading…
Reference in New Issue
Block a user