4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# If set to true, the logging level will be set to DEBUG instead of the default
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# INFO level. (boolean value)
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#debug = false
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# If set to false, the logging level will be set to WARNING instead of the
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# default INFO level. (boolean value)
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# This option is deprecated for removal.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Its value may be silently ignored in the future.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#verbose = true
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# The name of a logging configuration file. This file is appended to any
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# existing logging configuration files. For details about logging configuration
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# files, see the Python logging module documentation. Note that when logging
f71f7a61dec7c9089378d14493ad564a1dedf0b5neil_a_wilson# configuration files are used then all logging configuration is set in the
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# configuration file and other logging configuration options are ignored (for
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# example, logging_context_format_string). (string value)
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Deprecated group/name - [DEFAULT]/log_config
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#log_config_append = <None>
a3d3ab94806056d2355afea6fe8daac41059b9fbludovicp# Defines the format string for %%(asctime)s in log records. Default:
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# %(default)s . This option is ignored if log_config_append is set. (string
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson#log_date_format = %Y-%m-%d %H:%M:%S
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson# (Optional) Name of log file to send logging output to. If no default is set,
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson# logging will go to stderr as defined by use_stderr. This option is ignored if
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson# log_config_append is set. (string value)
3cedecd5ea21cca5d9709abf320a2082cd3694e5jvergara# Deprecated group/name - [DEFAULT]/logfile
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson#log_file = <None>
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson# (Optional) The base directory used for relative log_file paths. This option
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson# is ignored if log_config_append is set. (string value)
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson# Deprecated group/name - [DEFAULT]/logdir
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson#log_dir = <None>
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson# Uses logging handler designed to watch file system. When log file is moved or
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# removed this handler will open a new log file with specified path
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# instantaneously. It makes sense only if log_file option is specified and
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Linux platform is used. This option is ignored if log_config_append is set.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# (boolean value)
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#watch_log_file = false
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Use syslog for logging. Existing syslog format is DEPRECATED and will be
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# changed later to honor RFC5424. This option is ignored if log_config_append
266c5071a91fda6a5159b08ea8d45261228d03d5neil_a_wilson# is set. (boolean value)
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara#use_syslog = false
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# Syslog facility to receive log lines. This option is ignored if
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# log_config_append is set. (string value)
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara#syslog_log_facility = LOG_USER
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# Log output to standard error. This option is ignored if log_config_append is
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# set. (boolean value)
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara#use_stderr = true
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# Format string to use for log messages with context. (string value)
39e085accf228684b9573bc8ad707a364ed6242ejvergara#logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara# Format string to use for log messages when context is undefined. (string
5c6cfc2988a5121fd22081643ef0790e38c99379neil_a_wilson#logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
5c6cfc2988a5121fd22081643ef0790e38c99379neil_a_wilson# Additional data to append to log message when logging level for the message
5c6cfc2988a5121fd22081643ef0790e38c99379neil_a_wilson# is DEBUG. (string value)
5c6cfc2988a5121fd22081643ef0790e38c99379neil_a_wilson#logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
5c6cfc2988a5121fd22081643ef0790e38c99379neil_a_wilson# Prefix each line of exception output with this format. (string value)
5c6cfc2988a5121fd22081643ef0790e38c99379neil_a_wilson#logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s
61ae414d98d24ba4a72a905b07db9424353669f4neil_a_wilson# Defines the format string for %(user_identity)s that is used in
5c6cfc2988a5121fd22081643ef0790e38c99379neil_a_wilson# logging_context_format_string. (string value)
7070667c2dffad87009999bdeb16d5305e0afdbejvergara#logging_user_identity_format = %(user)s %(tenant)s %(domain)s %(user_domain)s %(project_domain)s
7070667c2dffad87009999bdeb16d5305e0afdbejvergara# List of package logging levels in logger=LEVEL pairs. This option is ignored
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# if log_config_append is set. (list value)
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara#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
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Enables or disables publication of error events. (boolean value)
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#publish_errors = false
61ae414d98d24ba4a72a905b07db9424353669f4neil_a_wilson# The format for an instance that is passed with the log message. (string
37f9a536593b696e5a3dcec443e1475f22fb5afdjvergara#instance_format = "[instance: %(uuid)s] "
61ae414d98d24ba4a72a905b07db9424353669f4neil_a_wilson# The format for an instance UUID that is passed with the log message. (string
61ae414d98d24ba4a72a905b07db9424353669f4neil_a_wilson#instance_uuid_format = "[instance: %(uuid)s] "
fbae67e0ce2395d66b4cec5b17c54ddf8dd3dcb2jvergara# Enables or disables fatal status of deprecations. (boolean value)
fbae67e0ce2395d66b4cec5b17c54ddf8dd3dcb2jvergara#fatal_deprecations = false
fbae67e0ce2395d66b4cec5b17c54ddf8dd3dcb2jvergara# Extensions list to use (list value)
fbae67e0ce2395d66b4cec5b17c54ddf8dd3dcb2jvergara#extensions =
7070667c2dffad87009999bdeb16d5305e0afdbejvergara# Comma-separated list of <physical_network>:<network_device> tuples mapping
7070667c2dffad87009999bdeb16d5305e0afdbejvergara# physical network names to the agent's node-specific physical network device
7070667c2dffad87009999bdeb16d5305e0afdbejvergara# interfaces of SR-IOV physical function to be used for VLAN networks. All
7070667c2dffad87009999bdeb16d5305e0afdbejvergara# physical networks listed in network_vlan_ranges on the server should have
4afc3f189bd46ee59828c326a83684969dc39d80neil_a_wilson# mappings to appropriate interfaces on each agent. (list value)
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara#physical_device_mappings =
7070667c2dffad87009999bdeb16d5305e0afdbejvergara# Comma-separated list of <network_device>:<vfs_to_exclude> tuples, mapping
7070667c2dffad87009999bdeb16d5305e0afdbejvergara# network_device to the agent's node-specific list of virtual functions that
7070667c2dffad87009999bdeb16d5305e0afdbejvergara# should not be used for virtual networking. vfs_to_exclude is a semicolon-
7070667c2dffad87009999bdeb16d5305e0afdbejvergara# separated list of virtual functions to exclude from network_device. The
7070667c2dffad87009999bdeb16d5305e0afdbejvergara# network_device in the mapping should appear in the physical_device_mappings
7070667c2dffad87009999bdeb16d5305e0afdbejvergara# list. (list value)
7070667c2dffad87009999bdeb16d5305e0afdbejvergara#exclude_devices =