Set verbose=True by default in quantum.conf
This updates the quantum submodule because of a recent change that makes it preferable to set boolean values via native puppet true/false instead of via strings like 'True'/'False'. As a side effect, this update also fixes the use of log_file in quantum.conf instead of log_dir. Change-Id: I3b0a7662e9840fb580bcdfcd72dda8bd234d6804
This commit is contained in:
		 Submodule packstack/puppet/modules/quantum updated: 9bda3b4726...ce96ceed5f
									
								
							@@ -10,6 +10,7 @@ $quantum_user_password = '%(CONFIG_QUANTUM_KS_PW)s'
 | 
			
		||||
class { 'quantum':
 | 
			
		||||
  rpc_backend => 'quantum.openstack.common.rpc.impl_qpid',
 | 
			
		||||
  qpid_hostname => '%(CONFIG_QPID_HOST)s',
 | 
			
		||||
  verbose => true,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
class { 'quantum::server':
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user