Modified default config file in fuel_agent
Change-Id: Id3412f458152d7af04cca9bdb051cb3865814d65 Implements: blueprint image-based-provisioning
This commit is contained in:
parent
4d6d91ac66
commit
a4b56447d6
@ -1,18 +1,25 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
|
||||||
#
|
#
|
||||||
# Options defined in fuel_agent.partition
|
# Options defined in fuel_agent.manager
|
||||||
#
|
#
|
||||||
|
|
||||||
# Parititoning data driver (string value)
|
# Data driver (string value)
|
||||||
#partition_data_driver=ks_spaces
|
#data_driver=nailgun
|
||||||
|
|
||||||
# Get data driver (string value)
|
# Path to directory with cloud init templates (string value)
|
||||||
#get_data_driver=read_file
|
#nc_template_path=/usr/share/fuel-agent/cloud-init-templates
|
||||||
|
|
||||||
|
# Temporary directory for file manipulations (string value)
|
||||||
|
#tmp_path=/tmp
|
||||||
|
|
||||||
|
# Path where to store generated config drive image (string
|
||||||
|
# value)
|
||||||
|
#config_drive_path=/tmp/config-drive.img
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Options defined in fuel_agent.drivers.read_file
|
# Options defined in fuel_agent.cmd.agent
|
||||||
#
|
#
|
||||||
|
|
||||||
# Provision data file (string value)
|
# Provision data file (string value)
|
||||||
@ -25,14 +32,14 @@
|
|||||||
|
|
||||||
# Print debugging output (set logging level to DEBUG instead
|
# Print debugging output (set logging level to DEBUG instead
|
||||||
# of default WARNING level). (boolean value)
|
# of default WARNING level). (boolean value)
|
||||||
#debug=false
|
debug=true
|
||||||
|
|
||||||
# Print more verbose output (set logging level to INFO instead
|
# Print more verbose output (set logging level to INFO instead
|
||||||
# of default WARNING level). (boolean value)
|
# of default WARNING level). (boolean value)
|
||||||
#verbose=false
|
#verbose=false
|
||||||
|
|
||||||
# Log output to standard error. (boolean value)
|
# Log output to standard error. (boolean value)
|
||||||
#use_stderr=true
|
use_stderr=false
|
||||||
|
|
||||||
# Format string to use for log messages with context. (string
|
# Format string to use for log messages with context. (string
|
||||||
# value)
|
# value)
|
||||||
@ -44,7 +51,7 @@
|
|||||||
|
|
||||||
# Data to append to log format when level is DEBUG. (string
|
# Data to append to log format when level is DEBUG. (string
|
||||||
# value)
|
# value)
|
||||||
#logging_debug_format_suffix=%(funcName)s %(pathname)s:%(lineno)d
|
logging_debug_format_suffix=
|
||||||
|
|
||||||
# Prefix each line of exception output with this format.
|
# Prefix each line of exception output with this format.
|
||||||
# (string value)
|
# (string value)
|
||||||
@ -90,7 +97,7 @@
|
|||||||
# (Optional) Name of log file to output to. If no default is
|
# (Optional) Name of log file to output to. If no default is
|
||||||
# set, logging will go to stdout. (string value)
|
# set, logging will go to stdout. (string value)
|
||||||
# Deprecated group/name - [DEFAULT]/logfile
|
# Deprecated group/name - [DEFAULT]/logfile
|
||||||
#log_file=<None>
|
log_file=/var/log/fuel-agent.log
|
||||||
|
|
||||||
# (Optional) The base directory used for relative --log-file
|
# (Optional) The base directory used for relative --log-file
|
||||||
# paths. (string value)
|
# paths. (string value)
|
||||||
|
Loading…
Reference in New Issue
Block a user