2892N/A[DEFAULT]
6846N/A
6846N/A#
6846N/A# From neutron
6846N/A#
3998N/A
6846N/A# Where to store Neutron state files. This directory must be writable by the
6846N/A# agent. (string value)
6846N/A#state_path = /var/lib/neutron
6846N/A
6846N/A# The host IP to bind to (string value)
6846N/A#bind_host = 0.0.0.0
3998N/A
6846N/A# The port to bind to (port value)
6846N/A# Minimum value: 0
6846N/A# Maximum value: 65535
6846N/A#bind_port = 9696
2892N/A
6846N/A# The path for API extensions. Note that this can be a colon-separated list of
6846N/A# paths. For example: api_extensions_path =
6846N/A# extensions:/path/to/more/exts:/even/more/exts. The __path__ of
6846N/A# neutron.extensions is appended to this, so if your extensions are in there
6846N/A# you don't need to specify them here. (string value)
6846N/A#api_extensions_path =
2892N/A
6846N/A# The type of authentication to use (string value)
6846N/A#auth_strategy = keystone
2892N/A
6846N/A# The core plugin Neutron will use (string value)
6846N/A#
6846N/A# The ML2 plugin provides support for heterogenous networking technologies in
6846N/A# the cloud.
6846N/Acore_plugin = ml2
2892N/A
6846N/A# The service plugins Neutron will use (list value)
6846N/A#
6846N/A# This option must be set when the core_plugin is set to 'ml2' and the
6846N/A# supported values are 'router' and 'vpnaas'.
6846N/Aservice_plugins = router
2892N/A
6846N/A# The base MAC address Neutron will use for VIFs. The first 3 octets will
6846N/A# remain unchanged. If the 4th octet is not 00, it will also be used. The
6846N/A# others will be randomly generated. (string value)
6846N/A#base_mac = fa:16:3e:00:00:00
6846N/A
6846N/A# How many times Neutron will retry MAC generation (integer value)
6846N/A#mac_generation_retries = 16
2892N/A
6846N/A# Allow the usage of the bulk API (boolean value)
6846N/A#allow_bulk = true
6846N/A
6846N/A# Allow the usage of the pagination (boolean value)
6846N/A#allow_pagination = false
6846N/A
6846N/A# Allow the usage of the sorting (boolean value)
6846N/A#allow_sorting = false
6846N/A
6846N/A# The maximum number of items returned in a single response, value was
6846N/A# 'infinite' or negative integer means no limit (string value)
6846N/A#pagination_max_limit = -1
6174N/A
6846N/A# Default value of availability zone hints. The availability zone aware
6846N/A# schedulers use this when the resources availability_zone_hints is empty.
6846N/A# Multiple availability zones can be specified by a comma separated string.
6846N/A# This value can be empty. In this case, even if availability_zone_hints for a
6846N/A# resource is empty, availability zone is considered for high availability
6846N/A# while scheduling the resource. (list value)
6846N/A#default_availability_zones =
6846N/A
6846N/A# Maximum number of DNS nameservers per subnet (integer value)
6846N/A#max_dns_nameservers = 5
6846N/A
6846N/A# Maximum number of host routes per subnet (integer value)
6846N/A#max_subnet_host_routes = 20
2892N/A
6846N/A# Maximum number of fixed ips per port. This option is deprecated and will be
6846N/A# removed in the N release. (integer value)
6846N/A# This option is deprecated for removal.
6846N/A# Its value may be silently ignored in the future.
6846N/A#max_fixed_ips_per_port = 5
2892N/A
6846N/A# Default IPv4 subnet pool to be used for automatic subnet CIDR allocation.
6846N/A# Specifies by UUID the pool to be used in case where creation of a subnet is
6846N/A# being called without a subnet pool ID. If not set then no pool will be used
6846N/A# unless passed explicitly to the subnet create. If no pool is used, then a
6846N/A# CIDR must be passed to create a subnet and that subnet will not be allocated
6846N/A# from any pool; it will be considered part of the tenant's private address
6846N/A# space. This option is deprecated for removal in the N release. (string value)
6846N/A# This option is deprecated for removal.
6846N/A# Its value may be silently ignored in the future.
6846N/A#default_ipv4_subnet_pool = <None>
2892N/A
6846N/A# Default IPv6 subnet pool to be used for automatic subnet CIDR allocation.
6846N/A# Specifies by UUID the pool to be used in case where creation of a subnet is
6846N/A# being called without a subnet pool ID. See the description for
6846N/A# default_ipv4_subnet_pool for more information. This option is deprecated for
6846N/A# removal in the N release. (string value)
6846N/A# This option is deprecated for removal.
6846N/A# Its value may be silently ignored in the future.
6846N/A#default_ipv6_subnet_pool = <None>
2892N/A
6846N/A# Enables IPv6 Prefix Delegation for automatic subnet CIDR allocation. Set to
6846N/A# True to enable IPv6 Prefix Delegation for subnet allocation in a PD-capable
6846N/A# environment. Users making subnet creation requests for IPv6 subnets without
6846N/A# providing a CIDR or subnetpool ID will be given a CIDR via the Prefix
6846N/A# Delegation mechanism. Note that enabling PD will override the behavior of the
6846N/A# default IPv6 subnetpool. (boolean value)
6846N/A#ipv6_pd_enabled = false
3998N/A
6846N/A# DHCP lease duration (in seconds). Use -1 to tell dnsmasq to use infinite
6846N/A# lease times. (integer value)
6846N/A# Deprecated group/name - [DEFAULT]/dhcp_lease_time
6846N/A#dhcp_lease_duration = 86400
2892N/A
6846N/A# Domain to use for building the hostnames (string value)
6846N/A#dns_domain = openstacklocal
2892N/A
6846N/A# Driver for external DNS integration. (string value)
6846N/A#external_dns_driver = <None>
2892N/A
6846N/A# Allow sending resource operation notification to DHCP agent (boolean value)
6846N/A#dhcp_agent_notification = true
6846N/A
6846N/A# Allow overlapping IP support in Neutron. Attention: the following parameter
6846N/A# MUST be set to False if Neutron is being used in conjunction with Nova
6846N/A# security groups. (boolean value)
6846N/A#allow_overlapping_ips = false
6846N/A
6846N/A# Hostname to be used by the Neutron server, agents and services running on
6846N/A# this machine. All the agents and services running on this machine must use
6846N/A# the same host value. (string value)
6846N/A#host = example.domain
6846N/A
3998N/A# Ensure that configured gateway is on subnet. For IPv6, validate only if
3998N/A# gateway is not a link local address. Deprecated, to be removed during the
6846N/A# Newton release, at which point the gateway will not be forced on to subnet.
6846N/A# (boolean value)
6846N/A# This option is deprecated for removal.
6846N/A# Its value may be silently ignored in the future.
6846N/A#force_gateway_on_subnet = true
2892N/A
6846N/A# Send notification to nova when port status changes (boolean value)
6846N/A#notify_nova_on_port_status_changes = true
2892N/A
6846N/A# Send notification to nova when port data (fixed_ips/floatingip) changes so
6846N/A# nova can update its cache. (boolean value)
6846N/A#notify_nova_on_port_data_changes = true
2892N/A
6846N/A# Number of seconds between sending events to nova if there are any events to
6846N/A# send. (integer value)
6846N/A#send_events_interval = 2
2892N/A
6846N/A# If True, advertise network MTU values if core plugin calculates them. MTU is
6846N/A# advertised to running instances via DHCP and RA MTU options. (boolean value)
6846N/A#advertise_mtu = true
3998N/A
6846N/A# Neutron IPAM (IP address management) driver to use. If ipam_driver is not set
6846N/A# (default behavior), no IPAM driver is used. In order to use the reference
6846N/A# implementation of Neutron IPAM driver, use 'internal'. (string value)
6846N/A#ipam_driver = <None>
5403N/A
6846N/A# If True, then allow plugins that support it to create VLAN transparent
6846N/A# networks. (boolean value)
6846N/A#vlan_transparent = false
5403N/A
6846N/A# This will choose the web framework in which to run the Neutron API server.
6846N/A# 'pecan' is a new experiemental rewrite of the API server. (string value)
6846N/A# Allowed values: legacy, pecan
6846N/A#web_framework = legacy
5403N/A
6846N/A# MTU of the underlying physical network. Neutron uses this value to calculate
6846N/A# MTU for all virtual network components. For flat and VLAN networks, neutron
6846N/A# uses this value without modification. For overlay networks such as VXLAN,
6846N/A# neutron automatically subtracts the overlay protocol overhead from this
6846N/A# value. Defaults to 1500, the standard value for Ethernet. Also consider
6846N/A# setting the path_mtu ml2 configuration value to the global_physnet_mtu value
6846N/A# when using the ml2 plug-in. Otherwise the global_physnet_mtu value might get
6846N/A# overridden by a smaller path_mtu value and hence have no effect on
6846N/A# overlay/tunnel networks but only flat and VLAN networks. (integer value)
6846N/A# Deprecated group/name - [ml2]/segment_mtu
6846N/A#global_physnet_mtu = 1500
2892N/A
6846N/A# Number of backlog requests to configure the socket with (integer value)
6846N/A#backlog = 4096
6846N/A
6846N/A# Number of seconds to keep retrying to listen (integer value)
6846N/A#retry_until_window = 30
6846N/A
6846N/A# Enable SSL on the API server (boolean value)
6846N/A#use_ssl = false
6846N/A
6846N/A# Seconds between running periodic tasks (integer value)
6846N/A#periodic_interval = 40
5403N/A
6846N/A# Number of separate API worker processes for service. If not specified, the
6846N/A# default is equal to the number of CPUs available for best performance.
6846N/A# (integer value)
6846N/Aapi_workers = 1
2892N/A
6846N/A# Number of RPC worker processes for service (integer value)
6846N/A#rpc_workers = 1
3998N/A
6846N/A# Number of RPC worker processes dedicated to state reports queue (integer
6846N/A# value)
6846N/A#rpc_state_report_workers = 1
2892N/A
6846N/A# Range of seconds to randomly delay when starting the periodic task scheduler
6846N/A# to reduce stampeding. (Disable by setting to 0) (integer value)
6846N/A#periodic_fuzzy_delay = 5
2892N/A
3998N/A#
6846N/A# From neutron.agent
5403N/A#
6846N/A
6846N/A# The driver used to manage the virtual interface. (string value)
6846N/A#interface_driver = <None>
6846N/A
6846N/A# Location for Metadata Proxy UNIX domain socket. (string value)
6846N/A#metadata_proxy_socket = $state_path/metadata_proxy
3998N/A
6846N/A# User (uid or name) running metadata proxy after its initialization (if empty:
6846N/A# agent effective user). (string value)
6846N/A#metadata_proxy_user =
5403N/A
6846N/A# Group (gid or name) running metadata proxy after its initialization (if
6846N/A# empty: agent effective group). (string value)
6846N/A#metadata_proxy_group =
5403N/A
6846N/A# Enable/Disable log watch by metadata proxy. It should be disabled when
5403N/A# metadata_proxy_user/group is not allowed to read/write its log file and
6846N/A# copytruncate logrotate option must be used if logrotate is enabled on
5403N/A# metadata proxy log files. Option default value is deduced from
5403N/A# metadata_proxy_user: watch log is enabled if metadata_proxy_user is agent
6846N/A# effective user id/name. (boolean value)
6846N/A#metadata_proxy_watch_log = <None>
5403N/A
6846N/A#
6846N/A# From neutron.db
6846N/A#
6846N/A
6846N/A# Seconds to regard the agent is down; should be at least twice
6846N/A# report_interval, to be sure the agent is down for good. (integer value)
6846N/A#agent_down_time = 75
5403N/A
6846N/A# Representing the resource type whose load is being reported by the agent.
6846N/A# This can be "networks", "subnets" or "ports". When specified (Default is
6846N/A# networks), the server will extract particular load sent as part of its agent
6846N/A# configuration object from the agent report state, which is the number of
6846N/A# resources being consumed, at every report_interval.dhcp_load_type can be used
6846N/A# in combination with network_scheduler_driver =
6846N/A# neutron.scheduler.dhcp_agent_scheduler.WeightScheduler When the
6846N/A# network_scheduler_driver is WeightScheduler, dhcp_load_type can be configured
6846N/A# to represent the choice for the resource being balanced. Example:
6846N/A# dhcp_load_type=networks (string value)
6846N/A# Allowed values: networks, subnets, ports
6846N/A#dhcp_load_type = networks
3998N/A
6846N/A# Agent starts with admin_state_up=False when enable_new_agents=False. In the
6846N/A# case, user's resources will not be scheduled automatically to the agent until
6846N/A# admin changes admin_state_up to True. (boolean value)
6846N/A#enable_new_agents = true
3998N/A
6846N/A# Maximum number of routes per router (integer value)
6846N/A#max_routes = 30
6846N/A
6846N/A# Define the default value of enable_snat if not provided in
6846N/A# external_gateway_info. (boolean value)
6846N/A#enable_snat_by_default = true
3998N/A
6846N/A# Driver to use for scheduling network to DHCP agent (string value)
6846N/A#network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.WeightScheduler
2892N/A
6846N/A# Allow auto scheduling networks to DHCP agent. (boolean value)
6846N/A#network_auto_schedule = true
2892N/A
6846N/A# Automatically remove networks from offline DHCP agents. (boolean value)
6846N/A#allow_automatic_dhcp_failover = true
2892N/A
6846N/A# Number of DHCP agents scheduled to host a tenant network. If this number is
6846N/A# greater than 1, the scheduler automatically assigns multiple DHCP agents for
6846N/A# a given tenant network, providing high availability for DHCP service.
6846N/A# (integer value)
6846N/A#dhcp_agents_per_network = 1
2892N/A
6846N/A# Enable services on an agent with admin_state_up False. If this option is
6846N/A# False, when admin_state_up of an agent is turned False, services on it will
6846N/A# be disabled. Agents with admin_state_up False are not selected for automatic
6846N/A# scheduling regardless of this option. But manual scheduling to such agents is
6846N/A# available if this option is True. (boolean value)
6846N/A#enable_services_on_agents_with_admin_state_down = false
2892N/A
6846N/A# The base mac address used for unique DVR instances by Neutron. The first 3
6846N/A# octets will remain unchanged. If the 4th octet is not 00, it will also be
6846N/A# used. The others will be randomly generated. The 'dvr_base_mac' *must* be
6846N/A# different from 'base_mac' to avoid mixing them up with MAC's allocated for
6846N/A# tenant ports. A 4 octet example would be dvr_base_mac = fa:16:3f:4f:00:00.
6846N/A# The default is 3 octet (string value)
6846N/A#dvr_base_mac = fa:16:3f:00:00:00
3998N/A
6846N/A# System-wide flag to determine the type of router that tenants can create.
6846N/A# Only admin can override. (boolean value)
6846N/A#router_distributed = false
3998N/A
6846N/A# Driver to use for scheduling router to a default L3 agent (string value)
6846N/A#router_scheduler_driver = neutron.scheduler.l3_agent_scheduler.LeastRoutersScheduler
3998N/A
6846N/A# Allow auto scheduling of routers to L3 agent. (boolean value)
6846N/A#router_auto_schedule = true
3998N/A
6846N/A# Automatically reschedule routers from offline L3 agents to online L3 agents.
6846N/A# (boolean value)
6846N/A#allow_automatic_l3agent_failover = false
3998N/A
6846N/A# Enable HA mode for virtual routers. (boolean value)
6846N/A#l3_ha = false
5403N/A
6846N/A# Maximum number of L3 agents which a HA router will be scheduled on. If it is
6846N/A# set to 0 then the router will be scheduled on every agent. (integer value)
6846N/A#max_l3_agents_per_router = 3
3998N/A
6846N/A# Minimum number of L3 agents which a HA router will be scheduled on. If it is
6846N/A# set to 0 then the router will be scheduled on every agent. (integer value)
6846N/A#min_l3_agents_per_router = 2
3998N/A
6846N/A# Subnet used for the l3 HA admin network. (string value)
6846N/A#l3_ha_net_cidr = 169.254.192.0/18
3998N/A
6846N/A# The network type to use when creating the HA network for an HA router. By
6846N/A# default or if empty, the first 'tenant_network_types' is used. This is
6846N/A# helpful when the VRRP traffic should use a specific network which is not the
6846N/A# default one. (string value)
6846N/A#l3_ha_network_type =
3998N/A
6846N/A# The physical network name with which the HA network can be created. (string
6846N/A# value)
6846N/A#l3_ha_network_physical_name =
3998N/A
3998N/A#
6846N/A# From neutron.extensions
6846N/A#
6846N/A
6846N/A# Maximum number of allowed address pairs (integer value)
6846N/A#max_allowed_address_pair = 10
6846N/A
6846N/A#
6846N/A# From neutron.qos
6846N/A#
6846N/A
6846N/A# Drivers list to use to send the update notification (list value)
6846N/A#notification_drivers = message_queue
6846N/A
6846N/A#
6846N/A# From oslo.log
3998N/A#
3998N/A
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#debug = false
6846N/A
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#verbose = true
6846N/A
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# Deprecated group/name - [DEFAULT]/log_config
6846N/A#log_config_append = <None>
6846N/A
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# value)
6846N/A#log_date_format = %Y-%m-%d %H:%M:%S
6846N/A
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# Deprecated group/name - [DEFAULT]/logfile
6846N/A#log_file = <None>
6846N/A
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# Deprecated group/name - [DEFAULT]/logdir
6846N/A#log_dir = <None>
6846N/A
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# (boolean value)
6846N/A#watch_log_file = false
6846N/A
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# is set. (boolean value)
6846N/A#use_syslog = false
3998N/A
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
6846N/A# Log output to standard error. This option is ignored if log_config_append is
6846N/A# set. (boolean value)
6846N/A#use_stderr = true
6846N/A
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
6846N/A# Format string to use for log messages when context is undefined. (string
6846N/A# value)
6846N/A#logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
6846N/A
6846N/A# Additional data to append to log message when logging level for the message
6846N/A# is DEBUG. (string value)
6846N/A#logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
6846N/A
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
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
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
6846N/A# Enables or disables publication of error events. (boolean value)
6846N/A#publish_errors = false
6846N/A
6846N/A# The format for an instance that is passed with the log message. (string
6846N/A# value)
6846N/A#instance_format = "[instance: %(uuid)s] "
6846N/A
6846N/A# The format for an instance UUID that is passed with the log message. (string
6846N/A# value)
6846N/A#instance_uuid_format = "[instance: %(uuid)s] "
6846N/A
6846N/A# Enables or disables fatal status of deprecations. (boolean value)
6846N/A#fatal_deprecations = false
6846N/A
6846N/A#
6846N/A# From oslo.messaging
6846N/A#
3998N/A
3998N/A# Size of RPC connection pool. (integer value)
6846N/A# Deprecated group/name - [DEFAULT]/rpc_conn_pool_size
6846N/A#rpc_conn_pool_size = 30
3998N/A
6846N/A# ZeroMQ bind address. Should be a wildcard (*), an ethernet interface, or IP.
6846N/A# The "host" option should point or resolve to this address. (string value)
6846N/A#rpc_zmq_bind_address = *
3998N/A
3998N/A# MatchMaker driver. (string value)
6846N/A# Allowed values: redis, dummy
6846N/A#rpc_zmq_matchmaker = redis
3998N/A
6846N/A# Type of concurrency used. Either "native" or "eventlet" (string value)
6846N/A#rpc_zmq_concurrency = eventlet
3998N/A
3998N/A# Number of ZeroMQ contexts, defaults to 1. (integer value)
6846N/A#rpc_zmq_contexts = 1
3998N/A
6846N/A# Maximum number of ingress messages to locally buffer per topic. Default is
6846N/A# unlimited. (integer value)
6846N/A#rpc_zmq_topic_backlog = <None>
3998N/A
3998N/A# Directory for holding IPC sockets. (string value)
6846N/A#rpc_zmq_ipc_dir = /var/run/openstack
3998N/A
6846N/A# Name of this node. Must be a valid hostname, FQDN, or IP address. Must match
6846N/A# "host" option, if running Nova. (string value)
6846N/A#rpc_zmq_host = localhost
3998N/A
6846N/A# Seconds to wait before a cast expires (TTL). The default value of -1
6846N/A# specifies an infinite linger period. The value of 0 specifies no linger
6846N/A# period. Pending messages shall be discarded immediately when the socket is
6846N/A# closed. Only supported by impl_zmq. (integer value)
6846N/A#rpc_cast_timeout = -1
3998N/A
6846N/A# The default number of seconds that poll should wait. Poll raises timeout
6846N/A# exception when timeout expired. (integer value)
6846N/A#rpc_poll_timeout = 1
6846N/A
6846N/A# Expiration timeout in seconds of a name service record about existing target
6846N/A# ( < 0 means no timeout). (integer value)
6846N/A#zmq_target_expire = 120
3998N/A
6846N/A# Use PUB/SUB pattern for fanout methods. PUB/SUB always uses proxy. (boolean
6846N/A# value)
6846N/A#use_pub_sub = true
3998N/A
6846N/A# Minimal port number for random ports range. (port value)
6846N/A# Minimum value: 0
6846N/A# Maximum value: 65535
6846N/A#rpc_zmq_min_port = 49152
3998N/A
6846N/A# Maximal port number for random ports range. (integer value)
6846N/A# Minimum value: 1
6846N/A# Maximum value: 65536
6846N/A#rpc_zmq_max_port = 65536
3998N/A
6846N/A# Number of retries to find free port number before fail with ZMQBindError.
6846N/A# (integer value)
6846N/A#rpc_zmq_bind_port_retries = 100
6846N/A
6846N/A# Size of executor thread pool. (integer value)
6846N/A# Deprecated group/name - [DEFAULT]/rpc_thread_pool_size
6846N/A#executor_thread_pool_size = 64
3998N/A
3998N/A# Seconds to wait for a response from a call. (integer value)
6846N/A#rpc_response_timeout = 60
6846N/A
6846N/A# A URL representing the messaging driver to use and its full configuration. If
6846N/A# not set, we fall back to the rpc_backend option and driver specific
6846N/A# configuration. (string value)
6846N/A#transport_url = <None>
6846N/A
6846N/A# The messaging driver to use, defaults to rabbit. Other drivers include amqp
6846N/A# and zmq. (string value)
6846N/A#rpc_backend = rabbit
6846N/A
6846N/A# The default exchange under which topics are scoped. May be overridden by an
6846N/A# exchange name specified in the transport_url option. (string value)
6846N/A#control_exchange = neutron
6846N/A
6846N/A#
6846N/A# From oslo.service.wsgi
6846N/A#
6846N/A
6846N/A# File name for the paste.deploy config for api service (string value)
6846N/A#api_paste_config = api-paste.ini
6846N/A
6846N/A# A python format string that is used as the template to generate log lines.
6846N/A# The following values can beformatted into it: client_ip, date_time,
6846N/A# request_line, status_code, body_length, wall_seconds. (string value)
6846N/A#wsgi_log_format = %(client_ip)s "%(request_line)s" status: %(status_code)s len: %(body_length)s time: %(wall_seconds).7f
6846N/A
6846N/A# Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not
6846N/A# supported on OS X. (integer value)
6846N/A#tcp_keepidle = 600
6846N/A
6846N/A# Size of the pool of greenthreads used by wsgi (integer value)
6846N/A#wsgi_default_pool_size = 100
6846N/A
6846N/A# Maximum line size of message headers to be accepted. max_header_line may need
6846N/A# to be increased when using large tokens (typically those generated when
6846N/A# keystone is configured to use PKI tokens with big service catalogs). (integer
6846N/A# value)
6846N/A#max_header_line = 16384
6846N/A
6846N/A# If False, closes the client socket connection explicitly. (boolean value)
6846N/A#wsgi_keep_alive = true
6846N/A
6846N/A# Timeout for client connections' socket operations. If an incoming connection
6846N/A# is idle for this number of seconds it will be closed. A value of '0' means
6846N/A# wait forever. (integer value)
6846N/A#client_socket_timeout = 900
6846N/A
6846N/A
6846N/A[agent]
6846N/A
6846N/A#
6846N/A# From neutron.agent
6846N/A#
6846N/A
6846N/A# Root helper application. Use 'sudo neutron-rootwrap
6846N/A# /etc/neutron/rootwrap.conf' to use the real root filter facility. Change to
6846N/A# 'sudo' to skip the filtering and just run the command directly. (string
6846N/A# value)
6846N/Aroot_helper =
6846N/A
6846N/A# Use the root helper when listing the namespaces on a system. This may not be
6846N/A# required depending on the security configuration. If the root helper is not
6846N/A# required, set this to False for a performance improvement. (boolean value)
6846N/A#use_helper_for_ns_read = true
6846N/A
6846N/A# Root helper daemon application to use when possible. (string value)
6846N/A#root_helper_daemon = <None>
6846N/A
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# point value)
6846N/A#report_interval = 30
6846N/A
6846N/A# Log agent heartbeats (boolean value)
6846N/A#log_agent_heartbeats = false
6846N/A
6846N/A# Add comments to iptables rules. Set to false to disallow the addition of
6846N/A# comments to generated iptables rules that describe each rule's purpose.
6846N/A# System must support the iptables comments module for addition of comments.
6846N/A# (boolean value)
6846N/A#comment_iptables_rules = true
6846N/A
6846N/A# Action to be executed when a child process dies (string value)
6846N/A# Allowed values: respawn, exit
6846N/A#check_child_processes_action = respawn
6846N/A
6846N/A# Interval between checks of child process liveness (seconds), use 0 to disable
6846N/A# (integer value)
6846N/A#check_child_processes_interval = 60
6846N/A
6846N/A# Availability zone of this node (string value)
6846N/A#availability_zone = nova
6846N/A
6846N/A
6846N/A[cors]
3998N/A
6846N/A#
6846N/A# From oslo.middleware.cors
6846N/A#
6846N/A
6846N/A# Indicate whether this resource may be shared with the domain received in the
6846N/A# requests "origin" header. (list value)
6846N/A#allowed_origin = <None>
6846N/A
6846N/A# Indicate that the actual request can include user credentials (boolean value)
6846N/A#allow_credentials = true
6846N/A
6846N/A# Indicate which headers are safe to expose to the API. Defaults to HTTP Simple
6846N/A# Headers. (list value)
6846N/A#expose_headers = X-Auth-Token,X-Subject-Token,X-Service-Token,X-OpenStack-Request-ID,OpenStack-Volume-microversion
6846N/A
6846N/A# Maximum cache age of CORS preflight requests. (integer value)
6846N/A#max_age = 3600
6846N/A
6846N/A# Indicate which methods can be used during the actual request. (list value)
6846N/A#allow_methods = GET,PUT,POST,DELETE,PATCH
6846N/A
6846N/A# Indicate which header field names may be used during the actual request.
6846N/A# (list value)
6846N/A#allow_headers = X-Auth-Token,X-Identity-Status,X-Roles,X-Service-Catalog,X-User-Id,X-Tenant-Id,X-OpenStack-Request-ID
6846N/A
6846N/A
6846N/A[cors.subdomain]
6846N/A
6846N/A#
6846N/A# From oslo.middleware.cors
6846N/A#
6846N/A
6846N/A# Indicate whether this resource may be shared with the domain received in the
6846N/A# requests "origin" header. (list value)
6846N/A#allowed_origin = <None>
6846N/A
6846N/A# Indicate that the actual request can include user credentials (boolean value)
6846N/A#allow_credentials = true
6846N/A
6846N/A# Indicate which headers are safe to expose to the API. Defaults to HTTP Simple
6846N/A# Headers. (list value)
6846N/A#expose_headers = X-Auth-Token,X-Subject-Token,X-Service-Token,X-OpenStack-Request-ID,OpenStack-Volume-microversion
6846N/A
6846N/A# Maximum cache age of CORS preflight requests. (integer value)
6846N/A#max_age = 3600
6846N/A
6846N/A# Indicate which methods can be used during the actual request. (list value)
6846N/A#allow_methods = GET,PUT,POST,DELETE,PATCH
6846N/A
6846N/A# Indicate which header field names may be used during the actual request.
6846N/A# (list value)
6846N/A#allow_headers = X-Auth-Token,X-Identity-Status,X-Roles,X-Service-Catalog,X-User-Id,X-Tenant-Id,X-OpenStack-Request-ID
6846N/A
6846N/A
6846N/A[database]
6846N/A
6846N/A#
6846N/A# From neutron.db
6846N/A#
6846N/A
6846N/A# Database engine for which script will be generated when using offline
6846N/A# migration. (string value)
6846N/A#engine =
6846N/A
6846N/A#
6846N/A# From oslo.db
6846N/A#
6846N/A
6846N/A# The file name to use with SQLite. (string value)
6846N/A# Deprecated group/name - [DEFAULT]/sqlite_db
6846N/A#sqlite_db = oslo.sqlite
6846N/A
6846N/A# If True, SQLite uses synchronous mode. (boolean value)
6846N/A# Deprecated group/name - [DEFAULT]/sqlite_synchronous
6846N/A#sqlite_synchronous = true
6846N/A
6846N/A# The back end to use for the database. (string value)
6846N/A# Deprecated group/name - [DEFAULT]/db_backend
6846N/A#backend = sqlalchemy
6846N/A
6846N/A# The SQLAlchemy connection string to use to connect to the database. (string
6846N/A# value)
6846N/A# Deprecated group/name - [DEFAULT]/sql_connection
6846N/A# Deprecated group/name - [DATABASE]/sql_connection
6846N/A# Deprecated group/name - [sql]/connection
6846N/Aconnection = mysql://%SERVICE_USER%:%SERVICE_PASSWORD%@localhost/neutron
6846N/A
6846N/A# The SQLAlchemy connection string to use to connect to the slave database.
6846N/A# (string value)
6846N/A#slave_connection = <None>
6846N/A
6846N/A# The SQL mode to be used for MySQL sessions. This option, including the
6846N/A# default, overrides any server-set SQL mode. To use whatever SQL mode is set
6846N/A# by the server configuration, set this to no value. Example: mysql_sql_mode=
6846N/A# (string value)
6846N/A#mysql_sql_mode = TRADITIONAL
6846N/A
6864N/A# This configures the MySQL storage engine. This allows for OpenStack to
6876N/A# support different storage engine such as InnoDB, NDB, etc. By default, this
6876N/A# value will be set to InnoDB. For MySQL Cluster, set to NDBCLUSTER. Example:
6876N/A# mysql_storage_engine= (string value)
6864N/A#mysql_storage_engine = InnoDB
6864N/A
6846N/A# Timeout before idle SQL connections are reaped. (integer value)
6846N/A# Deprecated group/name - [DEFAULT]/sql_idle_timeout
6846N/A# Deprecated group/name - [DATABASE]/sql_idle_timeout
6846N/A# Deprecated group/name - [sql]/idle_timeout
6846N/A#idle_timeout = 3600
3998N/A
6846N/A# Minimum number of SQL connections to keep open in a pool. (integer value)
6846N/A# Deprecated group/name - [DEFAULT]/sql_min_pool_size
6846N/A# Deprecated group/name - [DATABASE]/sql_min_pool_size
6846N/A#min_pool_size = 1
6846N/A
6846N/A# Maximum number of SQL connections to keep open in a pool. (integer value)
6846N/A# Deprecated group/name - [DEFAULT]/sql_max_pool_size
6846N/A# Deprecated group/name - [DATABASE]/sql_max_pool_size
6846N/A#max_pool_size = <None>
6846N/A
6846N/A# Maximum number of database connection retries during startup. Set to -1 to
6846N/A# specify an infinite retry count. (integer value)
6846N/A# Deprecated group/name - [DEFAULT]/sql_max_retries
6846N/A# Deprecated group/name - [DATABASE]/sql_max_retries
6846N/A#max_retries = 10
6846N/A
6846N/A# Interval between retries of opening a SQL connection. (integer value)
6846N/A# Deprecated group/name - [DEFAULT]/sql_retry_interval
6846N/A# Deprecated group/name - [DATABASE]/reconnect_interval
6846N/A#retry_interval = 10
6846N/A
6846N/A# If set, use this value for max_overflow with SQLAlchemy. (integer value)
6846N/A# Deprecated group/name - [DEFAULT]/sql_max_overflow
6846N/A# Deprecated group/name - [DATABASE]/sqlalchemy_max_overflow
6846N/A#max_overflow = 50
6846N/A
6846N/A# Verbosity of SQL debugging information: 0=None, 100=Everything. (integer
6846N/A# value)
6846N/A# Deprecated group/name - [DEFAULT]/sql_connection_debug
6846N/A#connection_debug = 0
6846N/A
6846N/A# Add Python stack traces to SQL as comment strings. (boolean value)
6846N/A# Deprecated group/name - [DEFAULT]/sql_connection_trace
6846N/A#connection_trace = false
6846N/A
6846N/A# If set, use this value for pool_timeout with SQLAlchemy. (integer value)
6846N/A# Deprecated group/name - [DATABASE]/sqlalchemy_pool_timeout
6846N/A#pool_timeout = <None>
6846N/A
6846N/A# Enable the experimental use of database reconnect on connection lost.
6846N/A# (boolean value)
6846N/A#use_db_reconnect = false
6846N/A
6846N/A# Seconds between retries of a database transaction. (integer value)
6846N/A#db_retry_interval = 1
6846N/A
6846N/A# If True, increases the interval between retries of a database operation up to
6846N/A# db_max_retry_interval. (boolean value)
6846N/A#db_inc_retry_interval = true
6846N/A
6846N/A# If db_inc_retry_interval is set, the maximum seconds between retries of a
6846N/A# database operation. (integer value)
6846N/A#db_max_retry_interval = 10
6846N/A
6846N/A# Maximum retries in case of connection error or deadlock error before error is
6846N/A# raised. Set to -1 to specify an infinite retry count. (integer value)
6846N/A#db_max_retries = 20
6846N/A
6846N/A
6846N/A[keystone_authtoken]
6846N/A
6846N/A#
6846N/A# From keystonemiddleware.auth_token
6846N/A#
6846N/A
6846N/A# Complete public Identity API endpoint. (string value)
6846N/Aauth_uri = http://127.0.0.1:5000/v2.0/
6846N/A
6846N/A# API version of the admin Identity API endpoint. (string value)
6846N/A#auth_version = <None>
6846N/A
6846N/A# Do not handle authorization requests within the middleware, but delegate the
6846N/A# authorization decision to downstream WSGI components. (boolean value)
6846N/A#delay_auth_decision = false
6846N/A
6846N/A# Request timeout value for communicating with Identity API server. (integer
6846N/A# value)
6846N/A#http_connect_timeout = <None>
6846N/A
6846N/A# How many times are we trying to reconnect when communicating with Identity
6846N/A# API Server. (integer value)
6846N/A#http_request_max_retries = 3
6846N/A
6846N/A# Env key for the swift cache. (string value)
6846N/A#cache = <None>
6846N/A
6846N/A# Required if identity server requires client certificate (string value)
6846N/A#certfile = <None>
6846N/A
6846N/A# Required if identity server requires client certificate (string value)
6846N/A#keyfile = <None>
6846N/A
6846N/A# A PEM encoded Certificate Authority to use when verifying HTTPs connections.
6846N/A# Defaults to system CAs. (string value)
6846N/A#cafile = <None>
6846N/A
6846N/A# Verify HTTPS connections. (boolean value)
6846N/A#insecure = false
6846N/A
6846N/A# The region in which the identity server can be found. (string value)
6846N/A#region_name = <None>
3998N/A
6846N/A# Directory used to cache files related to PKI tokens. (string value)
6846N/Asigning_dir = $state_path/keystone-signing
6846N/A
6846N/A# Optionally specify a list of memcached server(s) to use for caching. If left
6846N/A# undefined, tokens will instead be cached in-process. (list value)
6846N/A# Deprecated group/name - [DEFAULT]/memcache_servers
6846N/A#memcached_servers = <None>
6846N/A
6846N/A# In order to prevent excessive effort spent validating tokens, the middleware
6846N/A# caches previously-seen tokens for a configurable duration (in seconds). Set
6846N/A# to -1 to disable caching completely. (integer value)
6846N/A#token_cache_time = 300
6846N/A
6846N/A# Determines the frequency at which the list of revoked tokens is retrieved
6846N/A# from the Identity service (in seconds). A high number of revocation events
6846N/A# combined with a low cache duration may significantly reduce performance.
6846N/A# (integer value)
6846N/A#revocation_cache_time = 10
6846N/A
6846N/A# (Optional) If defined, indicate whether token data should be authenticated or
6846N/A# authenticated and encrypted. If MAC, token data is authenticated (with HMAC)
6846N/A# in the cache. If ENCRYPT, token data is encrypted and authenticated in the
6846N/A# cache. If the value is not one of these options or empty, auth_token will
6846N/A# raise an exception on initialization. (string value)
6846N/A# Allowed values: None, MAC, ENCRYPT
6846N/A#memcache_security_strategy = None
6846N/A
6846N/A# (Optional, mandatory if memcache_security_strategy is defined) This string is
6846N/A# used for key derivation. (string value)
6846N/A#memcache_secret_key = <None>
6846N/A
6846N/A# (Optional) Number of seconds memcached server is considered dead before it is
6846N/A# tried again. (integer value)
6846N/A#memcache_pool_dead_retry = 300
6846N/A
6846N/A# (Optional) Maximum total number of open connections to every memcached
6846N/A# server. (integer value)
6846N/A#memcache_pool_maxsize = 10
6846N/A
6846N/A# (Optional) Socket timeout in seconds for communicating with a memcached
6846N/A# server. (integer value)
6846N/A#memcache_pool_socket_timeout = 3
6846N/A
6846N/A# (Optional) Number of seconds a connection to memcached is held unused in the
6846N/A# pool before it is closed. (integer value)
6846N/A#memcache_pool_unused_timeout = 60
6846N/A
6846N/A# (Optional) Number of seconds that an operation will wait to get a memcached
6846N/A# client connection from the pool. (integer value)
6846N/A#memcache_pool_conn_get_timeout = 10
6846N/A
6846N/A# (Optional) Use the advanced (eventlet safe) memcached client pool. The
6846N/A# advanced pool will only work under python 2.x. (boolean value)
6846N/A#memcache_use_advanced_pool = false
6846N/A
6846N/A# (Optional) Indicate whether to set the X-Service-Catalog header. If False,
6846N/A# middleware will not ask for service catalog on token validation and will not
6846N/A# set the X-Service-Catalog header. (boolean value)
6846N/A#include_service_catalog = true
6846N/A
6846N/A# Used to control the use and type of token binding. Can be set to: "disabled"
6846N/A# to not check token binding. "permissive" (default) to validate binding
6846N/A# information if the bind type is of a form known to the server and ignore it
6846N/A# if not. "strict" like "permissive" but if the bind type is unknown the token
6846N/A# will be rejected. "required" any form of token binding is needed to be
6846N/A# allowed. Finally the name of a binding method that must be present in tokens.
6846N/A# (string value)
6846N/A#enforce_token_bind = permissive
6846N/A
6846N/A# If true, the revocation list will be checked for cached tokens. This requires
6846N/A# that PKI tokens are configured on the identity server. (boolean value)
6846N/A#check_revocations_for_cached = false
6846N/A
6846N/A# Hash algorithms to use for hashing PKI tokens. This may be a single algorithm
6846N/A# or multiple. The algorithms are those supported by Python standard
6846N/A# hashlib.new(). The hashes will be tried in the order given, so put the
6846N/A# preferred one first for performance. The result of the first hash will be
6846N/A# stored in the cache. This will typically be set to multiple values only while
6846N/A# migrating from a less secure algorithm to a more secure one. Once all the old
6846N/A# tokens are expired this option should be set to a single value for better
6846N/A# performance. (list value)
6846N/A#hash_algorithms = md5
6846N/A
6846N/A# Authentication type to load (unknown value)
6846N/A# Deprecated group/name - [DEFAULT]/auth_plugin
6846N/A#auth_type = <None>
6846N/A
6846N/A# Config Section from which to load plugin specific options (unknown value)
6846N/A#auth_section = <None>
6846N/A
6846N/A# Complete admin Identity API endpoint. This should specify the unversioned
6846N/A# root endpoint e.g. https://localhost:35357/ (string value)
6846N/Aidentity_uri = http://127.0.0.1:35357/
6846N/A
6846N/A# Service username. (string value)
6846N/Aadmin_user = %SERVICE_USER%
6846N/A
6846N/A# Service user password. (string value)
6846N/Aadmin_password = %SERVICE_PASSWORD%
6846N/A
6846N/A# Service tenant name. (string value)
6846N/Aadmin_tenant_name = %SERVICE_TENANT_NAME%
3998N/A
3998N/A
3998N/A[matchmaker_redis]
3998N/A
3998N/A#
6846N/A# From oslo.messaging
3998N/A#
3998N/A
3998N/A# Host to locate redis. (string value)
6846N/A#host = 127.0.0.1
3998N/A
6846N/A# Use this port to connect to redis host. (port value)
6846N/A# Minimum value: 0
6846N/A# Maximum value: 65535
6846N/A#port = 6379
3998N/A
3998N/A# Password for Redis server (optional). (string value)
6846N/A#password =
6846N/A
6846N/A# List of Redis Sentinel hosts (fault tolerance mode) e.g.
6846N/A# [host:port, host1:port ... ] (list value)
6846N/A#sentinel_hosts =
6846N/A
6846N/A# Redis replica set name. (string value)
6846N/A#sentinel_group_name = oslo-messaging-zeromq
6846N/A
6846N/A# Time in ms to wait between connection attempts. (integer value)
6846N/A#wait_timeout = 500
6846N/A
6846N/A# Time in ms to wait before the transaction is killed. (integer value)
6846N/A#check_timeout = 20000
6846N/A
6846N/A# Timeout in ms on blocking socket operations (integer value)
6846N/A#socket_timeout = 1000
3998N/A
3998N/A
6846N/A[nova]
3998N/A
3998N/A#
6846N/A# From neutron
6846N/A#
6846N/A
6846N/A# Name of nova region to use. Useful if keystone manages more than one region.
6846N/A# (string value)
6846N/A#region_name = <None>
6846N/A
6846N/A# Type of the nova endpoint to use. This endpoint will be looked up in the
6846N/A# keystone catalog and should be one of public, internal or admin. (string
6846N/A# value)
6846N/A# Allowed values: public, admin, internal
6846N/A#endpoint_type = public
6846N/A
6846N/A#
6846N/A# From nova.auth
3998N/A#
3998N/A
6846N/A# Authentication URL (unknown value)
6846N/Aauth_url = http://127.0.0.1:5000/v2.0/
5403N/A
6846N/A# Authentication type to load (unknown value)
6846N/A# Deprecated group/name - [DEFAULT]/auth_plugin
6846N/Aauth_type = v2password
5403N/A
5403N/A# PEM encoded Certificate Authority to use when verifying HTTPs connections.
6846N/A# (string value)
6846N/A#cafile = <None>
6846N/A
6846N/A# PEM encoded client certificate cert file (string value)
6846N/A#certfile = <None>
6846N/A
6846N/A# Optional domain ID to use with v3 and v2 parameters. It will be used for both
6846N/A# the user and project domain in v3 and ignored in v2 authentication. (unknown
6846N/A# value)
6846N/A#default_domain_id = <None>
6846N/A
6846N/A# Optional domain name to use with v3 API and v2 parameters. It will be used
6846N/A# for both the user and project domain in v3 and ignored in v2 authentication.
6846N/A# (unknown value)
6846N/A#default_domain_name = <None>
5403N/A
6846N/A# Domain ID to scope to (unknown value)
6846N/A#domain_id = <None>
6846N/A
6846N/A# Domain name to scope to (unknown value)
6846N/A#domain_name = <None>
6846N/A
6846N/A# Verify HTTPS connections. (boolean value)
6846N/A#insecure = false
5403N/A
6846N/A# PEM encoded client certificate key file (string value)
6846N/A#keyfile = <None>
6846N/A
6846N/A# User's password (unknown value)
6846N/Apassword = %SERVICE_PASSWORD%
6846N/A
6846N/A# Domain ID containing project (unknown value)
6846N/A#project_domain_id = <None>
5403N/A
6846N/A# Domain name containing project (unknown value)
6846N/A#project_domain_name = <None>
6846N/A
6846N/A# Project ID to scope to (unknown value)
6846N/A# Deprecated group/name - [DEFAULT]/tenant-id
6846N/A#project_id = <None>
6846N/A
6846N/A# Project name to scope to (unknown value)
6846N/A# Deprecated group/name - [DEFAULT]/tenant-name
6846N/A#project_name = <None>
6846N/A
6846N/A# Tenant ID (unknown value)
6846N/A#tenant_id = <None>
6846N/A
6846N/A# Tenant Name (unknown value)
6846N/Atenant_name = %SERVICE_TENANT_NAME%
5403N/A
6846N/A# Timeout value for http requests (integer value)
6846N/A#timeout = <None>
6846N/A
6846N/A# Trust ID (unknown value)
6846N/A#trust_id = <None>
6846N/A
6846N/A# User's domain id (unknown value)
6846N/A#user_domain_id = <None>
5403N/A
6846N/A# User's domain name (unknown value)
6846N/A#user_domain_name = <None>
6846N/A
6846N/A# User id (unknown value)
6846N/A#user_id = <None>
6846N/A
6846N/A# Username (unknown value)
6846N/A# Deprecated group/name - [DEFAULT]/user-name
6846N/Ausername = %SERVICE_USER%
6846N/A
5403N/A
5403N/A[oslo_concurrency]
5403N/A
6846N/A#
6846N/A# From oslo.concurrency
6846N/A#
6846N/A
6846N/A# Enables or disables inter-process locks. (boolean value)
6846N/A# Deprecated group/name - [DEFAULT]/disable_process_locking
6846N/A#disable_process_locking = false
6846N/A
6846N/A# Directory to use for lock files. For security, the specified directory
6846N/A# should only be writable by the user running the processes that need locking.
5403N/A# Defaults to environment variable OSLO_LOCK_PATH. If external locks are used,
6846N/A# a lock path must be set. (string value)
6846N/A# Deprecated group/name - [DEFAULT]/lock_path
5403N/Alock_path = $state_path/lock
5403N/A
5403N/A
5403N/A[oslo_messaging_amqp]
5403N/A
5403N/A#
5403N/A# From oslo.messaging
5403N/A#
5403N/A
6846N/A# address prefix used when sending to a specific server (string value)
5403N/A# Deprecated group/name - [amqp1]/server_request_prefix
6846N/A#server_request_prefix = exclusive
5403N/A
6846N/A# address prefix used when broadcasting to all servers (string value)
5403N/A# Deprecated group/name - [amqp1]/broadcast_prefix
6846N/A#broadcast_prefix = broadcast
5403N/A
6846N/A# address prefix when sending to any server in group (string value)
5403N/A# Deprecated group/name - [amqp1]/group_request_prefix
6846N/A#group_request_prefix = unicast
5403N/A
5403N/A# Name for the AMQP container (string value)
5403N/A# Deprecated group/name - [amqp1]/container_name
6846N/A#container_name = <None>
5403N/A
5403N/A# Timeout for inactive connections (in seconds) (integer value)
5403N/A# Deprecated group/name - [amqp1]/idle_timeout
6846N/A#idle_timeout = 0
5403N/A
5403N/A# Debug: dump AMQP frames to stdout (boolean value)
5403N/A# Deprecated group/name - [amqp1]/trace
6846N/A#trace = false
5403N/A
6846N/A# CA certificate PEM file to verify server certificate (string value)
5403N/A# Deprecated group/name - [amqp1]/ssl_ca_file
6846N/A#ssl_ca_file =
5403N/A
5403N/A# Identifying certificate PEM file to present to clients (string value)
5403N/A# Deprecated group/name - [amqp1]/ssl_cert_file
6846N/A#ssl_cert_file =
5403N/A
5403N/A# Private key PEM file used to sign cert_file certificate (string value)
5403N/A# Deprecated group/name - [amqp1]/ssl_key_file
6846N/A#ssl_key_file =
5403N/A
5403N/A# Password for decrypting ssl_key_file (if encrypted) (string value)
5403N/A# Deprecated group/name - [amqp1]/ssl_key_password
6846N/A#ssl_key_password = <None>
5403N/A
5403N/A# Accept clients using either SSL or plain TCP (boolean value)
5403N/A# Deprecated group/name - [amqp1]/allow_insecure_clients
6846N/A#allow_insecure_clients = false
6846N/A
6846N/A# Space separated list of acceptable SASL mechanisms (string value)
6846N/A# Deprecated group/name - [amqp1]/sasl_mechanisms
6846N/A#sasl_mechanisms =
6846N/A
6846N/A# Path to directory that contains the SASL configuration (string value)
6846N/A# Deprecated group/name - [amqp1]/sasl_config_dir
6846N/A#sasl_config_dir =
6846N/A
6846N/A# Name of configuration file (without .conf suffix) (string value)
6846N/A# Deprecated group/name - [amqp1]/sasl_config_name
6846N/A#sasl_config_name =
6846N/A
6846N/A# User name for message broker authentication (string value)
6846N/A# Deprecated group/name - [amqp1]/username
6846N/A#username =
6846N/A
6846N/A# Password for message broker authentication (string value)
6846N/A# Deprecated group/name - [amqp1]/password
6846N/A#password =
5403N/A
5403N/A
6846N/A[oslo_messaging_notifications]
5403N/A
5403N/A#
5403N/A# From oslo.messaging
5403N/A#
5403N/A
6846N/A# The Drivers(s) to handle sending notifications. Possible values are
6846N/A# messaging, messagingv2, routing, log, test, noop (multi valued)
6846N/A# Deprecated group/name - [DEFAULT]/notification_driver
6846N/A#driver =
5403N/A
6846N/A# A URL representing the messaging driver to use for notifications. If not set,
6846N/A# we fall back to the same configuration used for RPC. (string value)
6846N/A# Deprecated group/name - [DEFAULT]/notification_transport_url
6846N/A#transport_url = <None>
5403N/A
6846N/A# AMQP topic used for OpenStack notifications. (list value)
6846N/A# Deprecated group/name - [rpc_notifier2]/topics
6846N/A# Deprecated group/name - [DEFAULT]/notification_topics
6846N/A#topics = notifications
5403N/A
5403N/A
5403N/A[oslo_messaging_rabbit]
5403N/A
5403N/A#
5403N/A# From oslo.messaging
5403N/A#
5403N/A
5403N/A# Use durable queues in AMQP. (boolean value)
6846N/A# Deprecated group/name - [DEFAULT]/amqp_durable_queues
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_durable_queues
6846N/A#amqp_durable_queues = false
5403N/A
5403N/A# Auto-delete queues in AMQP. (boolean value)
5403N/A# Deprecated group/name - [DEFAULT]/amqp_auto_delete
6846N/A#amqp_auto_delete = false
5403N/A
5403N/A# SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and
5403N/A# SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some
5403N/A# distributions. (string value)
5403N/A# Deprecated group/name - [DEFAULT]/kombu_ssl_version
6846N/A#kombu_ssl_version =
5403N/A
5403N/A# SSL key file (valid only if SSL enabled). (string value)
5403N/A# Deprecated group/name - [DEFAULT]/kombu_ssl_keyfile
6846N/A#kombu_ssl_keyfile =
5403N/A
5403N/A# SSL cert file (valid only if SSL enabled). (string value)
5403N/A# Deprecated group/name - [DEFAULT]/kombu_ssl_certfile
6846N/A#kombu_ssl_certfile =
5403N/A
5403N/A# SSL certification authority file (valid only if SSL enabled). (string value)
5403N/A# Deprecated group/name - [DEFAULT]/kombu_ssl_ca_certs
6846N/A#kombu_ssl_ca_certs =
5403N/A
5403N/A# How long to wait before reconnecting in response to an AMQP consumer cancel
5403N/A# notification. (floating point value)
5403N/A# Deprecated group/name - [DEFAULT]/kombu_reconnect_delay
6846N/A#kombu_reconnect_delay = 1.0
6846N/A
6846N/A# EXPERIMENTAL: Possible values are: gzip, bz2. If not set compression will not
6846N/A# be used. This option may notbe available in future versions. (string value)
6846N/A#kombu_compression = <None>
6846N/A
6846N/A# How long to wait a missing client beforce abandoning to send it its replies.
6846N/A# This value should not be longer than rpc_response_timeout. (integer value)
6846N/A# Deprecated group/name - [DEFAULT]/kombu_reconnect_timeout
6846N/A#kombu_missing_consumer_retry_timeout = 60
6846N/A
6846N/A# Determines how the next RabbitMQ node is chosen in case the one we are
6846N/A# currently connected to becomes unavailable. Takes effect only if more than
6846N/A# one RabbitMQ node is provided in config. (string value)
6846N/A# Allowed values: round-robin, shuffle
6846N/A#kombu_failover_strategy = round-robin
5403N/A
5403N/A# The RabbitMQ broker address where a single node is used. (string value)
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_host
6846N/A#rabbit_host = localhost
5403N/A
6846N/A# The RabbitMQ broker port where a single node is used. (port value)
6846N/A# Minimum value: 0
6846N/A# Maximum value: 65535
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_port
6846N/A#rabbit_port = 5672
5403N/A
5403N/A# RabbitMQ HA cluster host:port pairs. (list value)
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_hosts
6846N/A#rabbit_hosts = $rabbit_host:$rabbit_port
5403N/A
5403N/A# Connect over SSL for RabbitMQ. (boolean value)
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_use_ssl
6846N/A#rabbit_use_ssl = false
5403N/A
5403N/A# The RabbitMQ userid. (string value)
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_userid
6846N/A#rabbit_userid = guest
5403N/A
5403N/A# The RabbitMQ password. (string value)
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_password
6846N/A#rabbit_password = guest
5403N/A
5403N/A# The RabbitMQ login method. (string value)
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_login_method
6846N/A#rabbit_login_method = AMQPLAIN
5403N/A
5403N/A# The RabbitMQ virtual host. (string value)
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_virtual_host
6846N/A#rabbit_virtual_host = /
5403N/A
5403N/A# How frequently to retry connecting with RabbitMQ. (integer value)
6846N/A#rabbit_retry_interval = 1
5403N/A
5403N/A# How long to backoff for between retries when connecting to RabbitMQ. (integer
5403N/A# value)
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_retry_backoff
6846N/A#rabbit_retry_backoff = 2
6846N/A
6846N/A# Maximum interval of RabbitMQ connection retries. Default is 30 seconds.
6846N/A# (integer value)
6846N/A#rabbit_interval_max = 30
5403N/A
5403N/A# Maximum number of RabbitMQ connection retries. Default is 0 (infinite retry
5403N/A# count). (integer value)
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_max_retries
6846N/A#rabbit_max_retries = 0
6846N/A
6846N/A# Try to use HA queues in RabbitMQ (x-ha-policy: all). If you change this
6846N/A# option, you must wipe the RabbitMQ database. In RabbitMQ 3.0, queue mirroring
6846N/A# is no longer controlled by the x-ha-policy argument when declaring a queue.
6846N/A# If you just want to make sure that all queues (except those with auto-
6846N/A# generated names) are mirrored across all nodes, run: "rabbitmqctl set_policy
6846N/A# HA '^(?!amq\.).*' '{"ha-mode": "all"}' " (boolean value)
6846N/A# Deprecated group/name - [DEFAULT]/rabbit_ha_queues
6846N/A#rabbit_ha_queues = false
5403N/A
6846N/A# Positive integer representing duration in seconds for queue TTL (x-expires).
6846N/A# Queues which are unused for the duration of the TTL are automatically
6846N/A# deleted. The parameter affects only reply and fanout queues. (integer value)
6846N/A# Minimum value: 1
6846N/A#rabbit_transient_queues_ttl = 1800
6846N/A
6846N/A# Specifies the number of messages to prefetch. Setting to zero allows
6846N/A# unlimited messages. (integer value)
6846N/A#rabbit_qos_prefetch_count = 0
6846N/A
6846N/A# Number of seconds after which the Rabbit broker is considered down if
6846N/A# heartbeat's keep-alive fails (0 disable the heartbeat). EXPERIMENTAL (integer
6846N/A# value)
6846N/A#heartbeat_timeout_threshold = 60
6846N/A
6846N/A# How often times during the heartbeat_timeout_threshold we check the
6846N/A# heartbeat. (integer value)
6846N/A#heartbeat_rate = 2
5403N/A
5403N/A# Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake (boolean value)
5403N/A# Deprecated group/name - [DEFAULT]/fake_rabbit
6846N/A#fake_rabbit = false
6846N/A
6846N/A# Maximum number of channels to allow (integer value)
6846N/A#channel_max = <None>
6846N/A
6846N/A# The maximum byte size for an AMQP frame (integer value)
6846N/A#frame_max = <None>
6846N/A
6846N/A# How often to send heartbeats for consumer's connections (integer value)
6846N/A#heartbeat_interval = 1
6846N/A
6846N/A# Enable SSL (boolean value)
6846N/A#ssl = <None>
6846N/A
6846N/A# Arguments passed to ssl.wrap_socket (dict value)
6846N/A#ssl_options = <None>
6846N/A
6846N/A# Set socket timeout in seconds for connection's socket (floating point value)
6846N/A#socket_timeout = 0.25
6846N/A
6846N/A# Set TCP_USER_TIMEOUT in seconds for connection's socket (floating point
6846N/A# value)
6846N/A#tcp_user_timeout = 0.25
6846N/A
6846N/A# Set delay for reconnection to some host which has connection error (floating
6846N/A# point value)
6846N/A#host_connection_reconnect_delay = 0.25
6846N/A
6846N/A# Maximum number of connections to keep queued. (integer value)
6846N/A#pool_max_size = 10
6846N/A
6846N/A# Maximum number of connections to create above `pool_max_size`. (integer
6846N/A# value)
6846N/A#pool_max_overflow = 0
6846N/A
6846N/A# Default number of seconds to wait for a connections to available (integer
6846N/A# value)
6846N/A#pool_timeout = 30
6846N/A
6846N/A# Lifetime of a connection (since creation) in seconds or None for no
6846N/A# recycling. Expired connections are closed on acquire. (integer value)
6846N/A#pool_recycle = 600
6846N/A
6846N/A# Threshold at which inactive (since release) connections are considered stale
6846N/A# in seconds or None for no staleness. Stale connections are closed on acquire.
6846N/A# (integer value)
6846N/A#pool_stale = 60
6846N/A
6846N/A# Persist notification messages. (boolean value)
6846N/A#notification_persistence = false
6846N/A
6846N/A# Exchange name for for sending notifications (string value)
6846N/A#default_notification_exchange = ${control_exchange}_notification
6846N/A
6846N/A# Max number of not acknowledged message which RabbitMQ can send to
6846N/A# notification listener. (integer value)
6846N/A#notification_listener_prefetch_count = 100
6846N/A
6846N/A# Reconnecting retry count in case of connectivity problem during sending
6846N/A# notification, -1 means infinite retry. (integer value)
6846N/A#default_notification_retry_attempts = -1
6846N/A
6846N/A# Reconnecting retry delay in case of connectivity problem during sending
6846N/A# notification message (floating point value)
6846N/A#notification_retry_delay = 0.25
6846N/A
6846N/A# Time to live for rpc queues without consumers in seconds. (integer value)
6846N/A#rpc_queue_expiration = 60
6846N/A
6846N/A# Exchange name for sending RPC messages (string value)
6846N/A#default_rpc_exchange = ${control_exchange}_rpc
6846N/A
6846N/A# Exchange name for receiving RPC replies (string value)
6846N/A#rpc_reply_exchange = ${control_exchange}_rpc_reply
6846N/A
6846N/A# Max number of not acknowledged message which RabbitMQ can send to rpc
6846N/A# listener. (integer value)
6846N/A#rpc_listener_prefetch_count = 100
6846N/A
6846N/A# Max number of not acknowledged message which RabbitMQ can send to rpc reply
6846N/A# listener. (integer value)
6846N/A#rpc_reply_listener_prefetch_count = 100
6846N/A
6846N/A# Reconnecting retry count in case of connectivity problem during sending
6846N/A# reply. -1 means infinite retry during rpc_timeout (integer value)
6846N/A#rpc_reply_retry_attempts = -1
6846N/A
6846N/A# Reconnecting retry delay in case of connectivity problem during sending
6846N/A# reply. (floating point value)
6846N/A#rpc_reply_retry_delay = 0.25
6846N/A
6846N/A# Reconnecting retry count in case of connectivity problem during sending RPC
6846N/A# message, -1 means infinite retry. If actual retry attempts in not 0 the rpc
6846N/A# request could be processed more then one time (integer value)
6846N/A#default_rpc_retry_attempts = -1
6846N/A
6846N/A# Reconnecting retry delay in case of connectivity problem during sending RPC
6846N/A# message (floating point value)
6846N/A#rpc_retry_delay = 0.25
6846N/A
6846N/A
6846N/A[oslo_policy]
6846N/A
6846N/A#
6846N/A# From oslo.policy
6846N/A#
6846N/A
6846N/A# The JSON file that defines policies. (string value)
6846N/A# Deprecated group/name - [DEFAULT]/policy_file
6846N/A#policy_file = policy.json
6846N/A
6846N/A# Default rule. Enforced when a requested rule is not found. (string value)
6846N/A# Deprecated group/name - [DEFAULT]/policy_default_rule
6846N/A#policy_default_rule = default
6846N/A
6846N/A# Directories where policy configuration files are stored. They can be relative
6846N/A# to any directory in the search path defined by the config_dir option, or
6846N/A# absolute paths. The file defined by policy_file must exist for these
6846N/A# directories to be searched. Missing or empty directories are ignored. (multi
6846N/A# valued)
6846N/A# Deprecated group/name - [DEFAULT]/policy_dirs
6846N/A#policy_dirs = policy.d
6846N/A
6846N/A
6846N/A[quotas]
6846N/A
6846N/A#
6846N/A# From neutron
6846N/A#
6846N/A
6846N/A# Resource name(s) that are supported in quota features. This option is now
6846N/A# deprecated for removal. (list value)
6846N/A# This option is deprecated for removal.
6846N/A# Its value may be silently ignored in the future.
6846N/A#quota_items = network,subnet,port
6846N/A
6846N/A# Default number of resource allowed per tenant. A negative value means
6846N/A# unlimited. (integer value)
6846N/A#default_quota = -1
6846N/A
6846N/A# Number of networks allowed per tenant. A negative value means unlimited.
6846N/A# (integer value)
6846N/A#quota_network = 10
6846N/A
6846N/A# Number of subnets allowed per tenant, A negative value means unlimited.
6846N/A# (integer value)
6846N/A#quota_subnet = 10
6846N/A
6846N/A# Number of ports allowed per tenant. A negative value means unlimited.
6846N/A# (integer value)
6846N/A#quota_port = 50
6846N/A
6846N/A# Default driver to use for quota checks (string value)
6846N/A#quota_driver = neutron.db.quota.driver.DbQuotaDriver
6846N/A
6846N/A# Keep in track in the database of current resourcequota usage. Plugins which
6846N/A# do not leverage the neutron database should set this flag to False (boolean
6846N/A# value)
6846N/A#track_quota_usage = true
6846N/A
6846N/A#
6846N/A# From neutron.extensions
6846N/A#
6846N/A
6846N/A# Number of routers allowed per tenant. A negative value means unlimited.
6846N/A# (integer value)
6846N/A#quota_router = 10
6846N/A
6846N/A# Number of floating IPs allowed per tenant. A negative value means unlimited.
6846N/A# (integer value)
6846N/A#quota_floatingip = 50
6846N/A
6846N/A# Number of security groups allowed per tenant. A negative value means
6846N/A# unlimited. (integer value)
6846N/A#quota_security_group = 10
6846N/A
6846N/A# Number of security rules allowed per tenant. A negative value means
6846N/A# unlimited. (integer value)
6846N/A#quota_security_group_rule = 100
6846N/A
6846N/A
6846N/A[ssl]
6846N/A
6846N/A#
6846N/A# From oslo.service.sslutils
6846N/A#
6846N/A
6846N/A# CA certificate file to use to verify connecting clients. (string value)
6846N/A# Deprecated group/name - [DEFAULT]/ssl_ca_file
6846N/A#ca_file = <None>
6846N/A
6846N/A# Certificate file to use when starting the server securely. (string value)
6846N/A# Deprecated group/name - [DEFAULT]/ssl_cert_file
6846N/A#cert_file = <None>
6846N/A
6846N/A# Private key file to use when starting the server securely. (string value)
6846N/A# Deprecated group/name - [DEFAULT]/ssl_key_file
6846N/A#key_file = <None>
6846N/A
6846N/A# SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and
6846N/A# SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some
6846N/A# distributions. (string value)
6846N/A#version = <None>
6846N/A
6846N/A# Sets the list of available ciphers. value should be a string in the OpenSSL
6846N/A# cipher list format. (string value)
6846N/A#ciphers = <None>