Changing the debug flag to false for modules heat and ceilometer
This patch is needed to remove the debug flag from heat and ceilometer installations. The debug flag could be needed in the testing phase but should not be enabled by default on the production installation, due to sensitive data. Change-Id: I9007dc3029c8f80b46b6764e4583baf102bfdedb
This commit is contained in:
parent
53e488f310
commit
5e2c4eb494
@ -20,7 +20,7 @@ class { 'ceilometer':
|
||||
qpid_hostname => '%(CONFIG_QPID_HOST)s',
|
||||
rpc_backend => 'ceilometer.openstack.common.rpc.impl_qpid',
|
||||
verbose => true,
|
||||
debug => true,
|
||||
debug => false,
|
||||
}
|
||||
|
||||
class { 'ceilometer::db':
|
||||
|
@ -6,7 +6,7 @@ class { 'heat':
|
||||
rpc_backend => 'heat.openstack.common.rpc.impl_qpid',
|
||||
qpid_hostname => '%(CONFIG_QPID_HOST)s',
|
||||
verbose => true,
|
||||
debug => true
|
||||
debug => false
|
||||
}
|
||||
|
||||
class {"heat::db":
|
||||
|
@ -6,7 +6,7 @@ class { 'heat':
|
||||
rpc_backend => 'heat.openstack.common.rpc.impl_qpid',
|
||||
qpid_hostname => '%(CONFIG_QPID_HOST)s',
|
||||
verbose => true,
|
||||
debug => true
|
||||
debug => false
|
||||
}
|
||||
|
||||
class {"heat::db":
|
||||
|
@ -6,7 +6,7 @@ class { 'heat':
|
||||
rpc_backend => 'heat.openstack.common.rpc.impl_qpid',
|
||||
qpid_hostname => '%(CONFIG_QPID_HOST)s',
|
||||
verbose => true,
|
||||
debug => true
|
||||
debug => false
|
||||
}
|
||||
|
||||
class {"heat::db":
|
||||
|
@ -4,7 +4,7 @@ class { 'ceilometer':
|
||||
qpid_hostname => '%(CONFIG_QPID_HOST)s',
|
||||
rpc_backend => 'ceilometer.openstack.common.rpc.impl_qpid',
|
||||
verbose => true,
|
||||
debug => true,
|
||||
debug => false
|
||||
}
|
||||
|
||||
class { 'ceilometer::agent::compute':
|
||||
|
Loading…
x
Reference in New Issue
Block a user