Regenerate example.conf

Change-Id: Ib585acc8ace1b72932ad8ddeccaf339757869ad6
This commit is contained in:
Dmitry Tantsur 2017-06-09 14:06:26 +02:00
parent a46e708160
commit bcfdc2e4ad
1 changed files with 14 additions and 15 deletions

View File

@ -114,6 +114,13 @@
# log_config_append is set. (boolean value)
#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 if
# log_config_append is set. (string value)
#syslog_log_facility = LOG_USER
@ -143,7 +150,7 @@
# List of package logging levels in logger=LEVEL pairs. This 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 value)
#publish_errors = false
@ -258,7 +265,6 @@
#
# If True, SQLite uses synchronous mode. (boolean value)
# Deprecated group/name - [DEFAULT]/sqlite_synchronous
#sqlite_synchronous = true
# The back end to use for the database. (string value)
@ -469,11 +475,11 @@
#project_domain_name = <None>
# Project ID to scope to (string value)
# Deprecated group/name - [ironic]/tenant-id
# Deprecated group/name - [ironic]/tenant_id
#project_id = <None>
# Project name to scope to (string value)
# Deprecated group/name - [ironic]/tenant-name
# Deprecated group/name - [ironic]/tenant_name
#project_name = <None>
# Interval between retries in case of conflict error (HTTP 409).
@ -502,7 +508,7 @@
#user_id = <None>
# Username (string value)
# Deprecated group/name - [ironic]/user-name
# Deprecated group/name - [ironic]/user_name
#username = <None>
@ -730,13 +736,6 @@
# value)
#overwrite_existing = true
# DEPRECATED: Whether to enable setting IPMI credentials during
# introspection. This feature will be removed in the Pike release.
# (boolean value)
# This option is deprecated for removal.
# Its value may be silently ignored in the future.
#enable_setting_ipmi_credentials = false
# Comma-separated list of default hooks for processing pipeline. Hook
# 'scheduler' updates the node with the minimum properties required by
# the Nova scheduler. Hook 'validate_interfaces' ensures that valid
@ -866,11 +865,11 @@
#project_domain_name = <None>
# Project ID to scope to (string value)
# Deprecated group/name - [swift]/tenant-id
# Deprecated group/name - [swift]/tenant_id
#project_id = <None>
# Project name to scope to (string value)
# Deprecated group/name - [swift]/tenant-name
# Deprecated group/name - [swift]/tenant_name
#project_name = <None>
# Tenant ID (string value)
@ -895,5 +894,5 @@
#user_id = <None>
# Username (string value)
# Deprecated group/name - [swift]/user-name
# Deprecated group/name - [swift]/user_name
#username = <None>