Update config sample
Update config sample in installation guide Resolve a few missed spaces Change-Id: If2e12f6e0a7138f695dc7e510f499511e66020fa
This commit is contained in:
@@ -529,21 +529,23 @@ cp conductor.conf.sample conductor.conf
|
||||
<programlisting>
|
||||
[DEFAULT]
|
||||
|
||||
# Path where log will be written
|
||||
log_file = /tmp/conductor.log
|
||||
# Set up logging. To use syslog just set use_syslog parameter value to 'True'
|
||||
log_file = /tmp/murano-conductor.log
|
||||
use_syslog = False
|
||||
syslog_log_facility=LOG_LOCAL0
|
||||
|
||||
# Log verbosity
|
||||
debug = True
|
||||
verbose = True
|
||||
|
||||
# Provide directory with initialization scripts
|
||||
init_scripts_dir = etc/init-scripts
|
||||
init_scripts_dir = etc/murano/init-scripts
|
||||
|
||||
# Provide directory with agent configs
|
||||
agent_config_dir = etc/agent-config
|
||||
agent_config_dir = etc/murano/agent-config
|
||||
|
||||
# Directory for data cache, OS temp directory is used by default
|
||||
#data_dir = /tmp/muranoconductor-cache
|
||||
data_dir = /tmp/muranoconductor-cache
|
||||
|
||||
# Provide url to Murano Metadata repository
|
||||
# Comment this line if you registered murano-metadata in keystone catalog
|
||||
|
Reference in New Issue
Block a user