6846N/A# Name of Open vSwitch bridge to use (string value)
6846N/Aovs_integration_bridge = br_int0
6846N/A# Uses veth for an OVS interface or not. Support kernels with limited namespace
6846N/A# support (
e.g. RHEL 6.5) so long as ovs_use_veth is set to True. (boolean
6846N/A# MTU setting for device. This option will be removed in Newton. Please use the
6846N/A# system-wide segment_mtu setting which the agents will take into account when
6846N/A# wiring VIFs. (integer value)
6846N/A# This option is deprecated for removal.
6846N/A# Its value may be silently ignored in the future.
6846N/A#network_device_mtu = <None>
6846N/A# The driver used to manage the virtual interface. (string value)
6846N/A# Timeout in seconds for ovs-vsctl commands. If the timeout expires, ovs
6846N/A# commands will fail with ALARMCLOCK error. (integer value)
2892N/A# The DHCP agent will resync its state with Neutron to recover from any
6846N/A# transient notification or RPC errors. The interval is number of seconds
6846N/A# between attempts. (integer value)
6846N/A# The driver used to manage the DHCP server. (string value)
2521N/A# The DHCP server can assist with providing metadata support on isolated
2521N/A# networks. Setting this value to True will cause the DHCP server to append
6846N/A# specific host routes to the DHCP request. The metadata service will only be
6846N/A# activated when the subnet does not contain any router port. The guest
2892N/A# instance must be configured to request host routes via DHCP (Option 121).
6846N/A# This option doesn't have any effect when force_metadata is set to True.
6846N/A#enable_isolated_metadata = false
6846N/A# In some cases the Neutron router is not present to provide the metadata IP
6846N/A# but the DHCP server can be used to provide this info. Setting this value will
6846N/A# force the DHCP server to append specific host routes to the DHCP request. If
6846N/A# this option is set, then the metadata service will be activated for all the
6846N/A# Allows for serving metadata requests coming from a dedicated metadata access
6846N/A# network whose CIDR is 169.254.169.254/16 (or larger prefix), and is connected
6846N/A# to a Neutron router from which the VMs send metadata:1 request. In this case
6846N/A# DHCP Option 121 will not be injected in VMs, as they will be able to reach
6846N/A# 169.254.169.254 through a router. This option requires
6846N/A# enable_isolated_metadata = True. (boolean value)
6846N/A#enable_metadata_network = false
2892N/A# Number of threads to use during sync process. Should not exceed connection
6846N/A# pool size configured on server. (integer value)
6846N/A# Location to store DHCP server config files. (string value)
6846N/A# Domain to use for building the hostnames. This option is deprecated. It has
6846N/A# This option is deprecated for removal.
6846N/A# Its value may be silently ignored in the future.
6846N/A#dhcp_domain = openstacklocal
6846N/A# Override the default dnsmasq settings with this file. (string value)
6846N/A# Comma-separated list of the DNS servers which will be used as forwarders.
6846N/A#dnsmasq_dns_servers = <None>
6846N/A# Base log dir for dnsmasq logging. The log contains DHCP and DNS log
6846N/A# information and is useful for debugging issues with either DHCP or DNS. If
6846N/A# this section is null, disable dnsmasq log. (string value)
6846N/A#dnsmasq_base_log_dir = <None>
6846N/A# Enables the dnsmasq service to provide name resolution for instances via DNS
6846N/A# resolvers on the host running the DHCP agent. Effectively removes the '--no-
6846N/A# resolv' option from the dnsmasq process arguments. Adding custom DNS
6846N/A# resolvers to the 'dnsmasq_dns_servers' option disables this feature. (boolean
6846N/A#dnsmasq_local_resolv = false
6846N/A# Limit number of leases to prevent a denial-of-service. (integer value)
6846N/A#dnsmasq_lease_max = 16777216
6846N/A# Use broadcast in DHCP replies. (boolean value)
6846N/A#dhcp_broadcast_reply = false
6846N/A# If set to true, the logging level will be set to DEBUG instead of the default
6846N/A# INFO level. (boolean value)
6846N/A# If set to false, the logging level will be set to WARNING instead of the
6846N/A# default INFO level. (boolean value)
6846N/A# This option is deprecated for removal.
6846N/A# Its value may be silently ignored in the future.
6846N/A# The name of a logging configuration file. This file is appended to any
6846N/A# existing logging configuration files. For details about logging configuration
6846N/A# files, see the Python logging module documentation. Note that when logging
6846N/A# configuration files are used then all logging configuration is set in the
6846N/A# configuration file and other logging configuration options are ignored (for
6846N/A# example, logging_context_format_string). (string value)
6846N/A# Defines the format string for %%(asctime)s in log records. Default:
6846N/A# %(default)s . This option is ignored if log_config_append is set. (string
6846N/A#log_date_format = %Y-%m-%d %H:%M:%S
6846N/A# (Optional) Name of log file to send logging output to. If no default is set,
6846N/A# logging will go to stderr as defined by use_stderr. This option is ignored if
6846N/A# log_config_append is set. (string value)
6846N/A# (Optional) The base directory used for relative log_file paths. This option
6846N/A# is ignored if log_config_append is set. (string value)
6846N/A# Uses logging handler designed to watch file system. When log file is moved or
6846N/A# removed this handler will open a new log file with specified path
6846N/A# instantaneously. It makes sense only if log_file option is specified and
6846N/A# Linux platform is used. This option is ignored if log_config_append is set.
6846N/A# Use syslog for logging. Existing syslog format is DEPRECATED and will be
6846N/A# changed later to honor RFC5424. This option is ignored if log_config_append
6846N/A# Syslog facility to receive log lines. This option is ignored if
6846N/A# log_config_append is set. (string value)
6846N/A#syslog_log_facility = LOG_USER
6846N/A# Log output to standard error. This option is ignored if log_config_append is
6846N/A# Format string to use for log messages with context. (string value)
6846N/A#logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
6846N/A# Format string to use for log messages when context is undefined. (string
6846N/A#logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
6846N/A# Additional data to append to log message when logging level for the message
6846N/A#logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
6846N/A# Prefix each line of exception output with this format. (string value)
6846N/A#logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s
6846N/A# Defines the format string for %(user_identity)s that is used in
6846N/A# logging_context_format_string. (string value)
6846N/A#logging_user_identity_format = %(user)s %(tenant)s %(domain)s %(user_domain)s %(project_domain)s
6846N/A# List of package logging levels in logger=LEVEL pairs. This option is ignored
6846N/A# if log_config_append is set. (list value)
6846N/A#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
6846N/A# Enables or disables publication of error events. (boolean value)
6846N/A# The format for an instance that is passed with the log message. (string
6846N/A#instance_format = "[instance: %(uuid)s] "
6846N/A# The format for an instance UUID that is passed with the log message. (string
6846N/A#instance_uuid_format = "[instance: %(uuid)s] "
6846N/A# Enables or disables fatal status of deprecations. (boolean value)
6846N/A# Seconds between nodes reporting state to server; should be less than
6846N/A# agent_down_time, best if it is half or less than agent_down_time. (floating
6846N/A# Log agent heartbeats (boolean value)
6846N/A#log_agent_heartbeats = false