Update sample config

Update sample config with latest updates from
libraries.

Change-Id: Ia5670cb77b414aaf099295ca9ad3325ac59a0eea
This commit is contained in:
Vasyl Saienko 2017-11-14 09:20:22 +02:00
parent 3b52a901bc
commit 357ad5c081

View File

@ -13,7 +13,7 @@
# The IP address to listen on. Can be supplied as "ipa-listen- # The IP address to listen on. Can be supplied as "ipa-listen-
# host" kernel parameter. (string value) # host" kernel parameter. (string value)
# Deprecated group/name - [DEFAULT]/listen_host # Deprecated group/name - [DEFAULT]/listen_host
#listen_host = 0.0.0.0 #listen_host = ::
# The port to listen on. Can be supplied as "ipa-listen-port" # The port to listen on. Can be supplied as "ipa-listen-port"
# kernel parameter. (integer value) # kernel parameter. (integer value)
@ -118,9 +118,9 @@
#disk_wait_attempts = 10 #disk_wait_attempts = 10
# How much time (in seconds) to wait between attempts to check # How much time (in seconds) to wait between attempts to check
# if at least one suitable disk has appeared in inventory. Can # if at least one suitable disk has appeared in inventory. Set
# be supplied as "ipa-disk-wait-delay" kernel parameter. # to zero to disable. Can be supplied as "ipa-disk-wait-delay"
# (integer value) # kernel parameter. (integer value)
#disk_wait_delay = 3 #disk_wait_delay = 3
# Verify HTTPS connections. Can be supplied as "ipa-insecure" # Verify HTTPS connections. Can be supplied as "ipa-insecure"
@ -153,13 +153,6 @@
# Note: This option can be changed without restarting. # Note: This option can be changed without restarting.
#debug = false #debug = false
# DEPRECATED: If set to false, the logging level will be set
# to WARNING instead of the default INFO level. (boolean
# value)
# This option is deprecated for removal.
# Its value may be silently ignored in the future.
#verbose = true
# The name of a logging configuration file. This file is # The name of a logging configuration file. This file is
# appended to any existing logging configuration files. For # appended to any existing logging configuration files. For
# details about logging configuration files, see the Python # details about logging configuration files, see the Python
@ -203,6 +196,13 @@
# ignored if log_config_append is set. (boolean value) # ignored if log_config_append is set. (boolean value)
#use_syslog = false #use_syslog = false
# Enable journald for logging. If running in a systemd
# environment you may wish to enable journal support. Doing so
# will use the journal native protocol which includes
# structured metadata in addition to log messages.This option
# is ignored if log_config_append is set. (boolean value)
#use_journal = false
# Syslog facility to receive log lines. This option is ignored # Syslog facility to receive log lines. This option is ignored
# if log_config_append is set. (string value) # if log_config_append is set. (string value)
#syslog_log_facility = LOG_USER #syslog_log_facility = LOG_USER
@ -233,7 +233,7 @@
# List of package logging levels in logger=LEVEL pairs. This # List of package logging levels in logger=LEVEL pairs. This
# option is ignored if log_config_append is set. (list value) # option is ignored if log_config_append is set. (list value)
#default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,requests.packages.urllib3.util.retry=WARN,urllib3.util.retry=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN,taskflow=WARN,keystoneauth=WARN,oslo.cache=INFO,dogpile.core.dogpile=INFO #default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,oslo_messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,requests.packages.urllib3.util.retry=WARN,urllib3.util.retry=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN,taskflow=WARN,keystoneauth=WARN,oslo.cache=INFO,dogpile.core.dogpile=INFO
# Enables or disables publication of error events. (boolean # Enables or disables publication of error events. (boolean
# value) # value)