2521N/A[DEFAULT]
2521N/A
5403N/A#
5403N/A# From glance.api
3998N/A#
2521N/A
5403N/A# When true, this option sets the owner of an image to be the tenant.
6850N/A# Otherwise, the owner of the image will be the authenticated user
5403N/A# issuing the request. (boolean value)
5403N/A#owner_is_tenant = true
2892N/A
5403N/A# Role used to identify an authenticated user as administrator.
5403N/A# (string value)
2521N/A#admin_role = admin
2521N/A
2521N/A# Allow unauthenticated users to access the API with read-only
5403N/A# privileges. This only applies when using ContextMiddleware. (boolean
5403N/A# value)
5403N/A#allow_anonymous_access = false
5403N/A
6850N/A# Limits request ID length. (integer value)
6850N/A#max_request_id_length = 64
6850N/A
5403N/A# Public url to use for versions endpoint. The default is None, which
5403N/A# will use the request's host_url attribute to populate the URL base.
5403N/A# If Glance is operating behind a proxy, you will want to change this
5403N/A# to represent the proxy's URL. (string value)
5403N/A#public_endpoint = <None>
2521N/A
5403N/A# Whether to allow users to specify image properties beyond what the
5403N/A# image schema provides (boolean value)
5403N/A#allow_additional_image_properties = true
5403N/A
5403N/A# Maximum number of image members per image. Negative values evaluate
5403N/A# to unlimited. (integer value)
5403N/A#image_member_quota = 128
2521N/A
5403N/A# Maximum number of properties allowed on an image. Negative values
5403N/A# evaluate to unlimited. (integer value)
5403N/A#image_property_quota = 128
5403N/A
5403N/A# Maximum number of tags allowed on an image. Negative values evaluate
5403N/A# to unlimited. (integer value)
5403N/A#image_tag_quota = 128
2521N/A
5403N/A# Maximum number of locations allowed on an image. Negative values
5403N/A# evaluate to unlimited. (integer value)
5403N/A#image_location_quota = 10
5403N/A
5403N/A# Python module path of data access API (string value)
5403N/A#data_api = glance.db.sqlalchemy.api
5403N/A
5403N/A# Default value for the number of items returned by a request if not
5403N/A# specified explicitly in the request (integer value)
5403N/A#limit_param_default = 25
2521N/A
5403N/A# Maximum permissible number of items that could be returned by a
5403N/A# request (integer value)
5403N/A#api_limit_max = 1000
2892N/A
5403N/A# Whether to include the backend image storage location in image
5403N/A# properties. Revealing storage location can be a security risk, so
5403N/A# use this setting with caution! (boolean value)
5403N/A#show_image_direct_url = false
5403N/A
5403N/A# Whether to include the backend image locations in image properties.
5403N/A# For example, if using the file system store a URL of
5403N/A# "file:///path/to/image" will be returned to the user in the
5403N/A# 'direct_url' meta-data field. Revealing storage location can be a
6850N/A# security risk, so use this setting with caution! Setting this to
6850N/A# true overrides the show_image_direct_url option. (boolean value)
5403N/A#show_multiple_locations = false
2892N/A
5403N/A# Maximum size of image a user can upload in bytes. Defaults to
6850N/A# 1099511627776 bytes (1 TB). WARNING: this value should only be
5403N/A# increased after careful consideration and must be set to a value
5403N/A# under 8 EB (9223372036854775808). (integer value)
6850N/A# Maximum value: 9223372036854775808
5403N/A#image_size_cap = 1099511627776
2892N/A
5403N/A# Set a system wide quota for every user. This value is the total
5403N/A# capacity that a user can use across all storage systems. A value of
6850N/A# 0 means unlimited. Optional unit can be specified for the value.
5403N/A# Accepted units are B, KB, MB, GB and TB representing Bytes,
5403N/A# KiloBytes, MegaBytes, GigaBytes and TeraBytes respectively. If no
5403N/A# unit is specified then Bytes is assumed. Note that there should not
5403N/A# be any space between value and unit and units are case sensitive.
5403N/A# (string value)
5403N/A#user_storage_quota = 0
5403N/A
5403N/A# Deploy the v1 OpenStack Images API. (boolean value)
5403N/A#enable_v1_api = true
5403N/A
5403N/A# Deploy the v2 OpenStack Images API. (boolean value)
5403N/A#enable_v2_api = true
5403N/A
5403N/A# Deploy the v1 OpenStack Registry API. (boolean value)
5403N/A#enable_v1_registry = true
3998N/A
5403N/A# Deploy the v2 OpenStack Registry API. (boolean value)
5403N/A#enable_v2_registry = true
5403N/A
5403N/A# The hostname/IP of the pydev process listening for debug connections
5403N/A# (string value)
5403N/A#pydev_worker_debug_host = <None>
5403N/A
5403N/A# The port on which a pydev process is listening for connections.
6850N/A# (port value)
6850N/A# Minimum value: 0
6850N/A# Maximum value: 65535
5403N/A#pydev_worker_debug_port = 5678
2892N/A
5403N/A# AES key for encrypting store 'location' metadata. This includes, if
5403N/A# used, Swift or S3 credentials. Should be set to a random string of
5403N/A# length 16, 24 or 32 bytes (string value)
5403N/A#metadata_encryption_key = <None>
3998N/A
6850N/A# Digest algorithm which will be used for digital signature. Use the
5403N/A# command "openssl list-message-digest-algorithms" to get the
5403N/A# available algorithms supported by the version of OpenSSL on the
5403N/A# platform. Examples are "sha1", "sha256", "sha512", etc. (string
5403N/A# value)
6850N/A#digest_algorithm = sha256
5403N/A
5403N/A# This value sets what strategy will be used to determine the image
5403N/A# location order. Currently two strategies are packaged with Glance
5403N/A# 'location_order' and 'store_type'. (string value)
5403N/A# Allowed values: location_order, store_type
3998N/A#location_strategy = location_order
2892N/A
6850N/A# The location of the property protection file. This file contains the
5403N/A# rules for property protections and the roles/policies associated
5403N/A# with it. If this config value is not specified, by default, property
5403N/A# protections won't be enforced. If a value is specified and the file
5403N/A# is not found, then the glance-api service will not start. (string
5403N/A# value)
5403N/A#property_protection_file = <None>
2521N/A
5403N/A# This config value indicates whether "roles" or "policies" are used
5403N/A# in the property protection file. (string value)
5403N/A# Allowed values: roles, policies
5403N/A#property_protection_rule_format = roles
2521N/A
5403N/A# Modules of exceptions that are permitted to be recreated upon
5403N/A# receiving exception data from an rpc call. (list value)
6850N/A#allowed_rpc_exception_modules = glance.common.exception,builtins,exceptions
2521N/A
5403N/A# Address to bind the server. Useful when selecting a particular
5403N/A# network interface. (string value)
5403N/A#bind_host = 0.0.0.0
5403N/A
6850N/A# The port on which the server will listen. (port value)
6850N/A# Minimum value: 0
6850N/A# Maximum value: 65535
5403N/A#bind_port = <None>
2521N/A
5403N/A# The number of child process workers that will be created to service
5403N/A# requests. The default will be equal to the number of CPUs available.
5403N/A# (integer value)
5403N/Aworkers = 1
2521N/A
5403N/A# Maximum line size of message headers to be accepted. max_header_line
5403N/A# may need to be increased when using large tokens (typically those
5403N/A# generated by the Keystone v3 API with big service catalogs (integer
5403N/A# value)
5403N/A#max_header_line = 16384
2521N/A
5403N/A# If False, server will return the header "Connection: close", If
5403N/A# True, server will return "Connection: Keep-Alive" in its responses.
5403N/A# In order to close the client socket connection explicitly after the
5403N/A# response is sent and read successfully by the client, you simply
5403N/A# have to set this option to False when you create a wsgi server.
5403N/A# (boolean value)
5403N/A#http_keepalive = true
2521N/A
5403N/A# Timeout for client connections' socket operations. If an incoming
5403N/A# connection is idle for this number of seconds it will be closed. A
5403N/A# value of '0' means wait forever. (integer value)
6850N/A#client_socket_timeout = 900
2521N/A
5403N/A# The backlog value that will be used when creating the TCP listener
5403N/A# socket. (integer value)
5403N/A#backlog = 4096
2521N/A
5403N/A# The value for the socket option TCP_KEEPIDLE. This is the time in
5403N/A# seconds that the connection must be idle before TCP starts sending
5403N/A# keepalive probes. (integer value)
5403N/A#tcp_keepidle = 600
2521N/A
5403N/A# CA certificate file to use to verify connecting clients. (string
5403N/A# value)
5403N/A#ca_file = <None>
2521N/A
5403N/A# Certificate file to use when starting API server securely. (string
5403N/A# value)
5403N/A#cert_file = <None>
2521N/A
5403N/A# Private key file to use when starting API server securely. (string
5403N/A# value)
5403N/A#key_file = <None>
5403N/A
5403N/A# The path to the sqlite file database that will be used for image
5403N/A# cache management. (string value)
5403N/A#image_cache_sqlite_db = cache.db
5403N/A
5403N/A# The driver to use for image cache management. (string value)
5403N/A#image_cache_driver = sqlite
2521N/A
5403N/A# The upper limit (the maximum size of accumulated cache in bytes)
6850N/A# beyond which the cache pruner, if running, starts cleaning the image
6850N/A# cache. (integer value)
5403N/A#image_cache_max_size = 10737418240
2521N/A
6850N/A# The amount of time to let an incomplete image remain in the cache,
6850N/A# before the cache cleaner, if running, will remove the incomplete
6850N/A# image. (integer value)
5403N/A#image_cache_stall_time = 86400
5403N/A
6850N/A# Base directory that the image cache uses. (string value)
5403N/A#image_cache_dir = <None>
5403N/A
5403N/A# Default publisher_id for outgoing notifications. (string value)
5403N/A#default_publisher_id = image.localhost
2521N/A
5403N/A# List of disabled notifications. A notification can be given either
5403N/A# as a notification type to disable a single event, or as a
5403N/A# notification group prefix to disable all events within a group.
5403N/A# Example: if this config option is set to ["image.create",
5403N/A# "metadef_namespace"], then "image.create" notification will not be
5403N/A# sent after image is created and none of the notifications for
5403N/A# metadefinition namespaces will be sent. (list value)
5403N/A#disabled_notifications =
2521N/A
5403N/A# Address to find the registry server. (string value)
5403N/A#registry_host = 0.0.0.0
2892N/A
6850N/A# Port the registry server is listening on. (port value)
6850N/A# Minimum value: 0
6850N/A# Maximum value: 65535
5403N/A#registry_port = 9191
5403N/A
5403N/A# Whether to pass through the user token when making requests to the
6850N/A# registry. To prevent failures with token expiration during big files
6850N/A# upload, it is recommended to set this parameter to False. If
6850N/A# "use_user_token" is not in effect, then admin credentials can be
6850N/A# specified. (boolean value)
6850N/A# This option is deprecated for removal.
6850N/A# Its value may be silently ignored in the future.
6850N/A# Reason: This option was considered harmful and has been deprecated
6850N/A# in M release. It will be removed in O release. For more information
6850N/A# read OSSN-0060. Related functionality with uploading big images has
6850N/A# been implemented with Keystone trusts support.
5403N/A#use_user_token = true
5403N/A
5403N/A# The administrators user name. If "use_user_token" is not in effect,
5403N/A# then admin credentials can be specified. (string value)
6850N/A# This option is deprecated for removal.
6850N/A# Its value may be silently ignored in the future.
6850N/A# Reason: This option was considered harmful and has been deprecated
6850N/A# in M release. It will be removed in O release. For more information
6850N/A# read OSSN-0060. Related functionality with uploading big images has
6850N/A# been implemented with Keystone trusts support.
5403N/A#admin_user = <None>
5403N/A
5403N/A# The administrators password. If "use_user_token" is not in effect,
5403N/A# then admin credentials can be specified. (string value)
6850N/A# This option is deprecated for removal.
6850N/A# Its value may be silently ignored in the future.
6850N/A# Reason: This option was considered harmful and has been deprecated
6850N/A# in M release. It will be removed in O release. For more information
6850N/A# read OSSN-0060. Related functionality with uploading big images has
6850N/A# been implemented with Keystone trusts support.
5403N/A#admin_password = <None>
5403N/A
5403N/A# The tenant name of the administrative user. If "use_user_token" is
5403N/A# not in effect, then admin tenant name can be specified. (string
5403N/A# value)
6850N/A# This option is deprecated for removal.
6850N/A# Its value may be silently ignored in the future.
6850N/A# Reason: This option was considered harmful and has been deprecated
6850N/A# in M release. It will be removed in O release. For more information
6850N/A# read OSSN-0060. Related functionality with uploading big images has
6850N/A# been implemented with Keystone trusts support.
5403N/A#admin_tenant_name = <None>
5403N/A
5403N/A# The URL to the keystone service. If "use_user_token" is not in
5403N/A# effect and using keystone auth, then URL of keystone can be
5403N/A# specified. (string value)
6850N/A# This option is deprecated for removal.
6850N/A# Its value may be silently ignored in the future.
6850N/A# Reason: This option was considered harmful and has been deprecated
6850N/A# in M release. It will be removed in O release. For more information
6850N/A# read OSSN-0060. Related functionality with uploading big images has
6850N/A# been implemented with Keystone trusts support.
5403N/A#auth_url = <None>
5403N/A
5403N/A# The strategy to use for authentication. If "use_user_token" is not
5403N/A# in effect, then auth strategy can be specified. (string value)
6850N/A# This option is deprecated for removal.
6850N/A# Its value may be silently ignored in the future.
6850N/A# Reason: This option was considered harmful and has been deprecated
6850N/A# in M release. It will be removed in O release. For more information
6850N/A# read OSSN-0060. Related functionality with uploading big images has
6850N/A# been implemented with Keystone trusts support.
5403N/A#auth_strategy = noauth
3998N/A
5403N/A# The region for the authentication service. If "use_user_token" is
5403N/A# not in effect and using keystone auth, then region name can be
5403N/A# specified. (string value)
6850N/A# This option is deprecated for removal.
6850N/A# Its value may be silently ignored in the future.
6850N/A# Reason: This option was considered harmful and has been deprecated
6850N/A# in M release. It will be removed in O release. For more information
6850N/A# read OSSN-0060. Related functionality with uploading big images has
6850N/A# been implemented with Keystone trusts support.
5403N/A#auth_region = <None>
5403N/A
5403N/A# The protocol to use for communication with the registry server.
5403N/A# Either http or https. (string value)
5403N/A#registry_client_protocol = http
5403N/A
5403N/A# The path to the key file to use in SSL connections to the registry
5403N/A# server, if any. Alternately, you may set the GLANCE_CLIENT_KEY_FILE
5403N/A# environment variable to a filepath of the key file (string value)
5403N/A#registry_client_key_file = <None>
3998N/A
5403N/A# The path to the cert file to use in SSL connections to the registry
5403N/A# server, if any. Alternately, you may set the GLANCE_CLIENT_CERT_FILE
5403N/A# environment variable to a filepath of the CA cert file (string
5403N/A# value)
5403N/A#registry_client_cert_file = <None>
5403N/A
5403N/A# The path to the certifying authority cert file to use in SSL
5403N/A# connections to the registry server, if any. Alternately, you may set
5403N/A# the GLANCE_CLIENT_CA_FILE environment variable to a filepath of the
5403N/A# CA cert file. (string value)
5403N/A#registry_client_ca_file = <None>
5403N/A
5403N/A# When using SSL in connections to the registry server, do not require
5403N/A# validation via a certifying authority. This is the registry's
5403N/A# equivalent of specifying --insecure on the command line using
5403N/A# glanceclient for the API. (boolean value)
5403N/A#registry_client_insecure = false
2521N/A
5403N/A# The period of time, in seconds, that the API server will wait for a
5403N/A# registry request to complete. A value of 0 implies no timeout.
5403N/A# (integer value)
5403N/A#registry_client_timeout = 600
5403N/A
5403N/A# Whether to pass through headers containing user and tenant
5403N/A# information when making requests to the registry. This allows the
5403N/A# registry to use the context middleware without keystonemiddleware's
5403N/A# auth_token middleware, removing calls to the keystone auth service.
5403N/A# It is recommended that when using this option, secure communication
5403N/A# between glance api and glance registry is ensured by means other
5403N/A# than auth_token middleware. (boolean value)
5403N/A#send_identity_headers = false
3998N/A
5403N/A# The amount of time in seconds to delay before performing a delete.
5403N/A# (integer value)
5403N/A#scrub_time = 0
5403N/A
6850N/A# The size of thread pool to be used for scrubbing images. The default
6850N/A# is one, which signifies serial scrubbing. Any value above one
6850N/A# indicates the max number of images that may be scrubbed in parallel.
6850N/A# (integer value)
6850N/A#scrub_pool_size = 1
5403N/A
5403N/A# Turn on/off delayed delete. (boolean value)
5403N/A#delayed_delete = false
2521N/A
5403N/A#
5403N/A# From oslo.log
5403N/A#
5403N/A
6850N/A# If set to true, the logging level will be set to DEBUG instead of
6850N/A# the default INFO level. (boolean value)
5403N/A#debug = false
5403N/A
6850N/A# If set to false, the logging level will be set to WARNING instead of
6850N/A# the default INFO level. (boolean value)
6850N/A# This option is deprecated for removal.
6850N/A# Its value may be silently ignored in the future.
6850N/A#verbose = true
5403N/A
5403N/A# The name of a logging configuration file. This file is appended to
5403N/A# any existing logging configuration files. For details about logging
5403N/A# configuration files, see the Python logging module documentation.
6850N/A# Note that when logging configuration files are used then all logging
6850N/A# configuration is set in the configuration file and other logging
6850N/A# configuration options are ignored (for example,
6850N/A# logging_context_format_string). (string value)
5403N/A# Deprecated group/name - [DEFAULT]/log_config
5403N/A#log_config_append = <None>
5403N/A
6850N/A# Defines the format string for %%(asctime)s in log records. Default:
6850N/A# %(default)s . This option is ignored if log_config_append is set.
6850N/A# (string value)
5403N/A#log_date_format = %Y-%m-%d %H:%M:%S
2521N/A
6850N/A# (Optional) Name of log file to send logging output to. If no default
6850N/A# is set, logging will go to stderr as defined by use_stderr. This
6850N/A# option is ignored if log_config_append is set. (string value)
5403N/A# Deprecated group/name - [DEFAULT]/logfile
5403N/A#log_file = <None>
5403N/A
6850N/A# (Optional) The base directory used for relative log_file paths.
6850N/A# This option is ignored if log_config_append is set. (string value)
5403N/A# Deprecated group/name - [DEFAULT]/logdir
5403N/A#log_dir = <None>
5403N/A
6850N/A# Uses logging handler designed to watch file system. When log file is
6850N/A# moved or removed this handler will open a new log file with
6850N/A# specified path instantaneously. It makes sense only if log_file
6850N/A# option is specified and Linux platform is used. This option is
6850N/A# ignored if log_config_append is set. (boolean value)
6850N/A#watch_log_file = false
6850N/A
6850N/A# Use syslog for logging. Existing syslog format is DEPRECATED and
6850N/A# will be changed later to honor RFC5424. This option is ignored if
6850N/A# log_config_append is set. (boolean value)
5403N/A#use_syslog = false
5403N/A
6850N/A# Syslog facility to receive log lines. This option is ignored if
6850N/A# log_config_append is set. (string value)
5403N/A#syslog_log_facility = LOG_USER
5403N/A
6850N/A# Log output to standard error. This option is ignored if
6850N/A# log_config_append is set. (boolean value)
5403N/A#use_stderr = true
5403N/A
5403N/A# Format string to use for log messages with context. (string value)
5403N/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
2521N/A
6850N/A# Format string to use for log messages when context is undefined.
6850N/A# (string value)
5403N/A#logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
5403N/A
6850N/A# Additional data to append to log message when logging level for the
6850N/A# message is DEBUG. (string value)
5403N/A#logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
5403N/A
5403N/A# Prefix each line of exception output with this format. (string
5403N/A# value)
6850N/A#logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s
5403N/A
6850N/A# Defines the format string for %(user_identity)s that is used in
6850N/A# logging_context_format_string. (string value)
6850N/A#logging_user_identity_format = %(user)s %(tenant)s %(domain)s %(user_domain)s %(project_domain)s
6850N/A
6850N/A# List of package logging levels in logger=LEVEL pairs. This option is
6850N/A# ignored if log_config_append is set. (list value)
6850N/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
3998N/A
5403N/A# Enables or disables publication of error events. (boolean value)
5403N/A#publish_errors = false
5403N/A
5403N/A# The format for an instance that is passed with the log message.
5403N/A# (string value)
5403N/A#instance_format = "[instance: %(uuid)s] "
5403N/A
5403N/A# The format for an instance UUID that is passed with the log message.
5403N/A# (string value)
5403N/A#instance_uuid_format = "[instance: %(uuid)s] "
5403N/A
6850N/A# Enables or disables fatal status of deprecations. (boolean value)
6850N/A#fatal_deprecations = false
6850N/A
5403N/A#
5403N/A# From oslo.messaging
5403N/A#
3998N/A
6850N/A# Size of RPC connection pool. (integer value)
6850N/A# Deprecated group/name - [DEFAULT]/rpc_conn_pool_size
6850N/A#rpc_conn_pool_size = 30
6850N/A
5403N/A# ZeroMQ bind address. Should be a wildcard (*), an ethernet
5403N/A# interface, or IP. The "host" option should point or resolve to this
5403N/A# address. (string value)
5403N/A#rpc_zmq_bind_address = *
3998N/A
5403N/A# MatchMaker driver. (string value)
6850N/A# Allowed values: redis, dummy
6850N/A#rpc_zmq_matchmaker = redis
5403N/A
6850N/A# Type of concurrency used. Either "native" or "eventlet" (string
6850N/A# value)
6850N/A#rpc_zmq_concurrency = eventlet
5403N/A
5403N/A# Number of ZeroMQ contexts, defaults to 1. (integer value)
5403N/A#rpc_zmq_contexts = 1
3998N/A
5403N/A# Maximum number of ingress messages to locally buffer per topic.
5403N/A# Default is unlimited. (integer value)
5403N/A#rpc_zmq_topic_backlog = <None>
5403N/A
5403N/A# Directory for holding IPC sockets. (string value)
5403N/A#rpc_zmq_ipc_dir = /var/run/openstack
3998N/A
5403N/A# Name of this node. Must be a valid hostname, FQDN, or IP address.
5403N/A# Must match "host" option, if running Nova. (string value)
5403N/A#rpc_zmq_host = localhost
3998N/A
6850N/A# Seconds to wait before a cast expires (TTL). The default value of -1
6850N/A# specifies an infinite linger period. The value of 0 specifies no
6850N/A# linger period. Pending messages shall be discarded immediately when
6850N/A# the socket is closed. Only supported by impl_zmq. (integer value)
6850N/A#rpc_cast_timeout = -1
3998N/A
6850N/A# The default number of seconds that poll should wait. Poll raises
6850N/A# timeout exception when timeout expired. (integer value)
6850N/A#rpc_poll_timeout = 1
5403N/A
6850N/A# Expiration timeout in seconds of a name service record about
6850N/A# existing target ( < 0 means no timeout). (integer value)
6850N/A#zmq_target_expire = 120
6850N/A
6850N/A# Use PUB/SUB pattern for fanout methods. PUB/SUB always uses proxy.
6850N/A# (boolean value)
6850N/A#use_pub_sub = true
5403N/A
6850N/A# Minimal port number for random ports range. (port value)
6850N/A# Minimum value: 0
6850N/A# Maximum value: 65535
6850N/A#rpc_zmq_min_port = 49152
5403N/A
6850N/A# Maximal port number for random ports range. (integer value)
6850N/A# Minimum value: 1
6850N/A# Maximum value: 65536
6850N/A#rpc_zmq_max_port = 65536
5403N/A
6850N/A# Number of retries to find free port number before fail with
6850N/A# ZMQBindError. (integer value)
6850N/A#rpc_zmq_bind_port_retries = 100
6850N/A
6850N/A# Size of executor thread pool. (integer value)
6850N/A# Deprecated group/name - [DEFAULT]/rpc_thread_pool_size
6850N/A#executor_thread_pool_size = 64
3998N/A
5403N/A# Seconds to wait for a response from a call. (integer value)
5403N/A#rpc_response_timeout = 60
5403N/A
5403N/A# A URL representing the messaging driver to use and its full
5403N/A# configuration. If not set, we fall back to the rpc_backend option
5403N/A# and driver specific configuration. (string value)
5403N/A#transport_url = <None>
3998N/A
5403N/A# The messaging driver to use, defaults to rabbit. Other drivers
6850N/A# include amqp and zmq. (string value)
5403N/A#rpc_backend = rabbit
3998N/A
5403N/A# The default exchange under which topics are scoped. May be
5403N/A# overridden by an exchange name specified in the transport_url
5403N/A# option. (string value)
5403N/A#control_exchange = openstack
3998N/A
3998N/A
6850N/A[cors]
6850N/A
6850N/A#
6850N/A# From oslo.middleware
6850N/A#
6850N/A
6850N/A# Indicate whether this resource may be shared with the domain
6850N/A# received in the requests "origin" header. (list value)
6850N/A#allowed_origin = <None>
6850N/A
6850N/A# Indicate that the actual request can include user credentials
6850N/A# (boolean value)
6850N/A#allow_credentials = true
6850N/A
6850N/A# Indicate which headers are safe to expose to the API. Defaults to
6850N/A# HTTP Simple Headers. (list value)
6850N/A#expose_headers = X-Image-Meta-Checksum,X-Auth-Token,X-Subject-Token,X-Service-Token,X-OpenStack-Request-ID
6850N/A
6850N/A# Maximum cache age of CORS preflight requests. (integer value)
6850N/A#max_age = 3600
6850N/A
6850N/A# Indicate which methods can be used during the actual request. (list
6850N/A# value)
6850N/A#allow_methods = GET,PUT,POST,DELETE,PATCH
6850N/A
6850N/A# Indicate which header field names may be used during the actual
6850N/A# request. (list value)
6850N/A#allow_headers = Content-MD5,X-Image-Meta-Checksum,X-Storage-Token,Accept-Encoding,X-Auth-Token,X-Identity-Status,X-Roles,X-Service-Catalog,X-User-Id,X-Tenant-Id,X-OpenStack-Request-ID
6850N/A
6850N/A
6850N/A[cors.subdomain]
6850N/A
6850N/A#
6850N/A# From oslo.middleware
6850N/A#
6850N/A
6850N/A# Indicate whether this resource may be shared with the domain
6850N/A# received in the requests "origin" header. (list value)
6850N/A#allowed_origin = <None>
6850N/A
6850N/A# Indicate that the actual request can include user credentials
6850N/A# (boolean value)
6850N/A#allow_credentials = true
6850N/A
6850N/A# Indicate which headers are safe to expose to the API. Defaults to
6850N/A# HTTP Simple Headers. (list value)
6850N/A#expose_headers = X-Image-Meta-Checksum,X-Auth-Token,X-Subject-Token,X-Service-Token,X-OpenStack-Request-ID
6850N/A
6850N/A# Maximum cache age of CORS preflight requests. (integer value)
6850N/A#max_age = 3600
6850N/A
6850N/A# Indicate which methods can be used during the actual request. (list
6850N/A# value)
6850N/A#allow_methods = GET,PUT,POST,DELETE,PATCH
6850N/A
6850N/A# Indicate which header field names may be used during the actual
6850N/A# request. (list value)
6850N/A#allow_headers = Content-MD5,X-Image-Meta-Checksum,X-Storage-Token,Accept-Encoding,X-Auth-Token,X-Identity-Status,X-Roles,X-Service-Catalog,X-User-Id,X-Tenant-Id,X-OpenStack-Request-ID
6850N/A
6850N/A
3998N/A[database]
5403N/A
5403N/A#
5403N/A# From oslo.db
5403N/A#
5403N/A
5403N/A# The file name to use with SQLite. (string value)
5403N/A# Deprecated group/name - [DEFAULT]/sqlite_db
3998N/A#sqlite_db = oslo.sqlite
3998N/A
5403N/A# If True, SQLite uses synchronous mode. (boolean value)
5403N/A# Deprecated group/name - [DEFAULT]/sqlite_synchronous
5403N/A#sqlite_synchronous = true
3998N/A
5403N/A# The back end to use for the database. (string value)
3998N/A# Deprecated group/name - [DEFAULT]/db_backend
3998N/A#backend = sqlalchemy
3998N/A
5403N/A# The SQLAlchemy connection string to use to connect to the database.
5403N/A# (string value)
3998N/A# Deprecated group/name - [DEFAULT]/sql_connection
3998N/A# Deprecated group/name - [DATABASE]/sql_connection
3998N/A# Deprecated group/name - [sql]/connection
3998N/Aconnection = mysql://%SERVICE_USER%:%SERVICE_PASSWORD%@localhost/glance
3998N/A
5403N/A# The SQLAlchemy connection string to use to connect to the slave
5403N/A# database. (string value)
5403N/A#slave_connection = <None>
5403N/A
5403N/A# The SQL mode to be used for MySQL sessions. This option, including
5403N/A# the default, overrides any server-set SQL mode. To use whatever SQL
5403N/A# mode is set by the server configuration, set this to no value.
5403N/A# Example: mysql_sql_mode= (string value)
3998N/A#mysql_sql_mode = TRADITIONAL
3998N/A
6876N/A# This configures the MySQL storage engine. This allows for OpenStack
6876N/A# to support different storage engine such as InnoDB, NDB, etc. By
6876N/A# default, this value will be set to InnoDB. For MySQL Cluster, set to
6876N/A# NDBCLUSTER. Example: mysql_storage_engine= (string value)
6864N/A#mysql_storage_engine = InnoDB
6864N/A
5403N/A# Timeout before idle SQL connections are reaped. (integer value)
3998N/A# Deprecated group/name - [DEFAULT]/sql_idle_timeout
3998N/A# Deprecated group/name - [DATABASE]/sql_idle_timeout
3998N/A# Deprecated group/name - [sql]/idle_timeout
3998N/A#idle_timeout = 3600
3998N/A
5403N/A# Minimum number of SQL connections to keep open in a pool. (integer
5403N/A# value)
3998N/A# Deprecated group/name - [DEFAULT]/sql_min_pool_size
3998N/A# Deprecated group/name - [DATABASE]/sql_min_pool_size
3998N/A#min_pool_size = 1
3998N/A
5403N/A# Maximum number of SQL connections to keep open in a pool. (integer
5403N/A# value)
3998N/A# Deprecated group/name - [DEFAULT]/sql_max_pool_size
3998N/A# Deprecated group/name - [DATABASE]/sql_max_pool_size
3998N/A#max_pool_size = <None>
3998N/A
5403N/A# Maximum number of database connection retries during startup. Set to
5403N/A# -1 to specify an infinite retry count. (integer value)
3998N/A# Deprecated group/name - [DEFAULT]/sql_max_retries
3998N/A# Deprecated group/name - [DATABASE]/sql_max_retries
3998N/A#max_retries = 10
3998N/A
5403N/A# Interval between retries of opening a SQL connection. (integer
5403N/A# value)
3998N/A# Deprecated group/name - [DEFAULT]/sql_retry_interval
3998N/A# Deprecated group/name - [DATABASE]/reconnect_interval
3998N/A#retry_interval = 10
3998N/A
5403N/A# If set, use this value for max_overflow with SQLAlchemy. (integer
5403N/A# value)
3998N/A# Deprecated group/name - [DEFAULT]/sql_max_overflow
3998N/A# Deprecated group/name - [DATABASE]/sqlalchemy_max_overflow
6850N/A#max_overflow = 50
3998N/A
5403N/A# Verbosity of SQL debugging information: 0=None, 100=Everything.
5403N/A# (integer value)
3998N/A# Deprecated group/name - [DEFAULT]/sql_connection_debug
3998N/A#connection_debug = 0
3998N/A
5403N/A# Add Python stack traces to SQL as comment strings. (boolean value)
3998N/A# Deprecated group/name - [DEFAULT]/sql_connection_trace
5403N/A#connection_trace = false
3998N/A
5403N/A# If set, use this value for pool_timeout with SQLAlchemy. (integer
5403N/A# value)
3998N/A# Deprecated group/name - [DATABASE]/sqlalchemy_pool_timeout
3998N/A#pool_timeout = <None>
3998N/A
5403N/A# Enable the experimental use of database reconnect on connection
5403N/A# lost. (boolean value)
5403N/A#use_db_reconnect = false
3998N/A
5403N/A# Seconds between retries of a database transaction. (integer value)
3998N/A#db_retry_interval = 1
3998N/A
5403N/A# If True, increases the interval between retries of a database
5403N/A# operation up to db_max_retry_interval. (boolean value)
5403N/A#db_inc_retry_interval = true
3998N/A
5403N/A# If db_inc_retry_interval is set, the maximum seconds between retries
5403N/A# of a database operation. (integer value)
3998N/A#db_max_retry_interval = 10
3998N/A
5403N/A# Maximum retries in case of connection error or deadlock error before
5403N/A# error is raised. Set to -1 to specify an infinite retry count.
5403N/A# (integer value)
3998N/A#db_max_retries = 20
3998N/A
6850N/A#
6850N/A# From oslo.db.concurrency
6850N/A#
6850N/A
6850N/A# Enable the experimental use of thread pooling for all DB API calls
6850N/A# (boolean value)
6850N/A# Deprecated group/name - [DEFAULT]/dbapi_use_tpool
6850N/A#use_tpool = false
6850N/A
3998N/A
3998N/A[glance_store]
3998N/A
5403N/A#
5403N/A# From glance.store
5403N/A#
2521N/A
6850N/A# List of stores enabled. Valid stores are: cinder, file, http, rbd,
6850N/A# sheepdog, swift, s3, vsphere (list value)
5403N/A#stores = file,http
3998N/A
5403N/A# Default scheme to use to store image data. The scheme must be
5403N/A# registered by one of the stores defined by the 'stores' config
5403N/A# option. (string value)
5403N/A#default_store = file
2521N/A
5403N/A# Minimum interval seconds to execute updating dynamic storage
5403N/A# capabilities based on backend status then. It's not a periodic
5403N/A# routine, the update logic will be executed only when interval
5403N/A# seconds elapsed and an operation of store has triggered. The feature
5403N/A# will be enabled only when the option value greater then zero.
5403N/A# (integer value)
5403N/A#store_capabilities_update_min_interval = 0
2521N/A
5403N/A# Images will be chunked into objects of this size (in megabytes). For
5403N/A# best performance, this should be a power of two. (integer value)
5403N/A#sheepdog_store_chunk_size = 64
2521N/A
5403N/A# Port of sheep daemon. (integer value)
5403N/A#sheepdog_store_port = 7000
3998N/A
5403N/A# IP address of sheep daemon. (string value)
5403N/A#sheepdog_store_address = localhost
3998N/A
5403N/A# RADOS images will be chunked into objects of this size (in
5403N/A# megabytes). For best performance, this should be a power of two.
5403N/A# (integer value)
5403N/A#rbd_store_chunk_size = 8
2521N/A
5403N/A# RADOS pool in which images are stored. (string value)
5403N/A#rbd_store_pool = images
2521N/A
5403N/A# RADOS user to authenticate as (only applicable if using Cephx. If
5403N/A# <None>, a default will be chosen based on the client. section in
5403N/A# rbd_store_ceph_conf) (string value)
5403N/A#rbd_store_user = <None>
2521N/A
5403N/A# Ceph configuration file path. If <None>, librados will locate the
5403N/A# default config. If using cephx authentication, this file should
5403N/A# include a reference to the right keyring in a client.<USER> section
5403N/A# (string value)
5403N/A#rbd_store_ceph_conf = /etc/ceph/ceph.conf
2892N/A
6850N/A# Timeout value (in seconds) used when connecting to ceph cluster. If
6850N/A# value <= 0, no timeout is set and default librados value is used.
6850N/A# (integer value)
6850N/A#rados_connect_timeout = 0
6850N/A
6850N/A# Specify the path to the CA bundle file to use in verifying the
6850N/A# remote server certificate. (string value)
6850N/A#https_ca_certificates_file = <None>
6850N/A
6850N/A# If true, the remote server certificate is not verified. If false,
6850N/A# then the default CA truststore is used for verification. This option
6850N/A# is ignored if "https_ca_certificates_file" is set. (boolean value)
6850N/A#https_insecure = true
6850N/A
6850N/A# Specify the http/https proxy information that should be used to
6850N/A# connect to the remote server. The proxy information should be a key
6850N/A# value pair of the scheme and proxy. e.g. http:10.0.0.1:3128. You can
6850N/A# specify proxies for multiple schemes by seperating the key value
6850N/A# pairs with a comma.e.g. http:10.0.0.1:3128, https:10.0.0.1:1080.
6850N/A# (dict value)
6850N/A#http_proxy_information =
6850N/A
6174N/A# Directory to which the Filesystem backend store writes images.
6174N/A# (string value)
6850N/A#filesystem_store_datadir = /var/lib/glance/images
6174N/A
6174N/A# List of directories and its priorities to which the Filesystem
6174N/A# backend store writes images. (multi valued)
6174N/A#filesystem_store_datadirs =
6174N/A
6174N/A# The path to a file which contains the metadata to be returned with
6174N/A# any location associated with this store. The file must contain a
6174N/A# valid JSON object. The object should contain the keys 'id' and
6174N/A# 'mountpoint'. The value for both keys should be 'string'. (string
6174N/A# value)
6174N/A#filesystem_store_metadata_file = <None>
6174N/A
6174N/A# The required permission for created image file. In this way the user
6174N/A# other service used, e.g. Nova, who consumes the image could be the
6174N/A# exclusive member of the group that owns the files created. Assigning
6174N/A# it less then or equal to zero means don't change the default
6174N/A# permission of the file. This value will be decoded as an octal
6174N/A# digit. (integer value)
6174N/A#filesystem_store_file_perm = 0
6174N/A
5403N/A# The host where the S3 server is listening. (string value)
5403N/A#s3_store_host = <None>
3998N/A
5403N/A# The S3 query token access key. (string value)
5403N/A#s3_store_access_key = <None>
2521N/A
5403N/A# The S3 query token secret key. (string value)
5403N/A#s3_store_secret_key = <None>
2521N/A
5403N/A# The S3 bucket to be used to store the Glance data. (string value)
5403N/A#s3_store_bucket = <None>
2521N/A
5403N/A# The local directory where uploads will be staged before they are
5403N/A# transferred into S3. (string value)
5403N/A#s3_store_object_buffer_dir = <None>
2521N/A
5403N/A# A boolean to determine if the S3 bucket should be created on upload
5403N/A# if it does not exist or if an error should be returned to the user.
5403N/A# (boolean value)
5403N/A#s3_store_create_bucket_on_put = false
2521N/A
5403N/A# The S3 calling format used to determine the bucket. Either subdomain
5403N/A# or path can be used. (string value)
2521N/A#s3_store_bucket_url_format = subdomain
2521N/A
5403N/A# What size, in MB, should S3 start chunking image files and do a
5403N/A# multipart upload in S3. (integer value)
3998N/A#s3_store_large_object_size = 100
3998N/A
5403N/A# What multipart upload part size, in MB, should S3 use when uploading
5403N/A# parts. The size must be greater than or equal to 5M. (integer value)
3998N/A#s3_store_large_object_chunk_size = 10
3998N/A
5403N/A# The number of thread pools to perform a multipart upload in S3.
5403N/A# (integer value)
3998N/A#s3_store_thread_pools = 10
3998N/A
6850N/A# Enable the use of a proxy. (boolean value)
6850N/A#s3_store_enable_proxy = false
6850N/A
6850N/A# Address or hostname for the proxy server. (string value)
6850N/A#s3_store_proxy_host = <None>
6850N/A
6850N/A# The port to use when connecting over a proxy. (integer value)
6850N/A#s3_store_proxy_port = 8080
6850N/A
6850N/A# The username to connect to the proxy. (string value)
6850N/A#s3_store_proxy_user = <None>
6850N/A
6850N/A# The password to use when connecting over a proxy. (string value)
6850N/A#s3_store_proxy_password = <None>
6850N/A
6174N/A# ESX/ESXi or vCenter Server target system. The server value can be an
6174N/A# IP address or a DNS name. (string value)
6174N/A#vmware_server_host = <None>
6174N/A
6174N/A# Username for authenticating with VMware ESX/VC server. (string
6174N/A# value)
6174N/A#vmware_server_username = <None>
6174N/A
6174N/A# Password for authenticating with VMware ESX/VC server. (string
6174N/A# value)
6174N/A#vmware_server_password = <None>
6174N/A
6174N/A# Number of times VMware ESX/VC server API must be retried upon
6174N/A# connection related issues. (integer value)
6174N/A#vmware_api_retry_count = 10
6174N/A
6174N/A# The interval used for polling remote tasks invoked on VMware ESX/VC
6174N/A# server. (integer value)
6174N/A#vmware_task_poll_interval = 5
6174N/A
6174N/A# The name of the directory where the glance images will be stored in
6174N/A# the VMware datastore. (string value)
6174N/A#vmware_store_image_dir = /openstack_glance
6174N/A
6850N/A# If true, the ESX/vCenter server certificate is not verified. If
6850N/A# false, then the default CA truststore is used for verification. This
6850N/A# option is ignored if "vmware_ca_file" is set. (boolean value)
6850N/A# Deprecated group/name - [DEFAULT]/vmware_api_insecure
6850N/A#vmware_insecure = false
6850N/A
6850N/A# Specify a CA bundle file to use in verifying the ESX/vCenter server
6850N/A# certificate. (string value)
6850N/A#vmware_ca_file = <None>
6174N/A
6174N/A# A list of datastores where the image can be stored. This option may
6850N/A# be specified multiple times for specifying multiple datastores. The
6850N/A# datastore name should be specified after its datacenter path,
6850N/A# seperated by ":". An optional weight may be given after the
6850N/A# datastore name, seperated again by ":". Thus, the required format
6850N/A# becomes <datacenter_path>:<datastore_name>:<optional_weight>. When
6850N/A# adding an image, the datastore with highest weight will be selected,
6850N/A# unless there is not enough free space available in cases where the
6850N/A# image size is already known. If no weight is given, it is assumed to
6850N/A# be zero and the directory will be considered for selection last. If
6850N/A# multiple datastores have the same weight, then the one with the most
6850N/A# free space available is selected. (multi valued)
6174N/A#vmware_datastores =
2892N/A
5403N/A# Info to match when looking for cinder in the service catalog. Format
5403N/A# is : separated values of the form:
2892N/A# <service_type>:<service_name>:<endpoint_type> (string value)
6850N/A#cinder_catalog_info = volumev2::publicURL
2892N/A
2892N/A# Override service catalog lookup with template for cinder endpoint
6850N/A# e.g. http://localhost:8776/v2/%(tenant)s (string value)
2892N/A#cinder_endpoint_template = <None>
2892N/A
6850N/A# Region name of this node. If specified, it will be used to locate
6850N/A# OpenStack services for stores. (string value)
6850N/A# Deprecated group/name - [DEFAULT]/os_region_name
6850N/A#cinder_os_region_name = <None>
2892N/A
5403N/A# Location of ca certicates file to use for cinder client requests.
2892N/A# (string value)
2892N/A#cinder_ca_certificates_file = <None>
2892N/A
2892N/A# Number of cinderclient retries on failed http calls (integer value)
2892N/A#cinder_http_retries = 3
2892N/A
6850N/A# Time period of time in seconds to wait for a cinder volume
6850N/A# transition to complete. (integer value)
6850N/A#cinder_state_transition_timeout = 300
6850N/A
2892N/A# Allow to perform insecure SSL requests to cinder (boolean value)
5403N/A#cinder_api_insecure = false
5403N/A
6850N/A# The address where the Cinder authentication service is listening. If
6850N/A# <None>, the cinder endpoint in the service catalog is used. (string
5403N/A# value)
6850N/A#cinder_store_auth_address = <None>
6850N/A
6850N/A# User name to authenticate against Cinder. If <None>, the user of
6850N/A# current context is used. (string value)
6850N/A#cinder_store_user_name = <None>
6850N/A
6850N/A# Password for the user authenticating against Cinder. If <None>, the
6850N/A# current context auth token is used. (string value)
6850N/A#cinder_store_password = <None>
6850N/A
6850N/A# Project name where the image is stored in Cinder. If <None>, the
6850N/A# project in current context is used. (string value)
6850N/A#cinder_store_project_name = <None>
6850N/A
6850N/A# Path to the rootwrap configuration file to use for running commands
6850N/A# as root. (string value)
6850N/A#rootwrap_config = /etc/glance/rootwrap.conf
2892N/A
5403N/A# If True, swiftclient won't check for a valid SSL certificate when
5403N/A# authenticating. (boolean value)
5403N/A#swift_store_auth_insecure = false
5403N/A
5403N/A# A string giving the CA certificate file to use in SSL connections
5403N/A# for verifying certs. (string value)
5403N/A#swift_store_cacert = <None>
5403N/A
5403N/A# The region of the swift endpoint to be used for single tenant. This
5403N/A# setting is only necessary if the tenant has multiple swift
5403N/A# endpoints. (string value)
5403N/A#swift_store_region = <None>
5403N/A
5403N/A# If set, the configured endpoint will be used. If None, the storage
5403N/A# url from the auth response will be used. (string value)
5403N/A#swift_store_endpoint = <None>
5403N/A
5403N/A# A string giving the endpoint type of the swift service to use
5403N/A# (publicURL, adminURL or internalURL). This setting is only used if
5403N/A# swift_store_auth_version is 2. (string value)
5403N/A#swift_store_endpoint_type = publicURL
5403N/A
5403N/A# A string giving the service type of the swift service to use. This
5403N/A# setting is only used if swift_store_auth_version is 2. (string
5403N/A# value)
5403N/A#swift_store_service_type = object-store
5403N/A
5403N/A# Container within the account that the account should use for storing
5403N/A# images in Swift when using single container mode. In multiple
5403N/A# container mode, this will be the prefix for all containers. (string
5403N/A# value)
5403N/A#swift_store_container = glance
2521N/A
5403N/A# The size, in MB, that Glance will start chunking image files and do
5403N/A# a large object manifest in Swift. (integer value)
5403N/A#swift_store_large_object_size = 5120
5403N/A
5403N/A# The amount of data written to a temporary disk buffer during the
5403N/A# process of chunking the image file. (integer value)
5403N/A#swift_store_large_object_chunk_size = 200
5403N/A
5403N/A# A boolean value that determines if we create the container if it
5403N/A# does not exist. (boolean value)
5403N/A#swift_store_create_container_on_put = false
5403N/A
5403N/A# If set to True, enables multi-tenant storage mode which causes
5403N/A# Glance images to be stored in tenant specific Swift accounts.
5403N/A# (boolean value)
5403N/A#swift_store_multi_tenant = false
5403N/A
5403N/A# When set to 0, a single-tenant store will only use one container to
5403N/A# store all images. When set to an integer value between 1 and 32, a
5403N/A# single-tenant store will use multiple containers to store images,
6850N/A# and this value will determine how many containers are created. Used
5403N/A# only when swift_store_multi_tenant is disabled. The total number of
5403N/A# containers that will be used is equal to 16^N, so if this config
5403N/A# option is set to 2, then 16^2=256 containers will be used to store
5403N/A# images. (integer value)
5403N/A#swift_store_multiple_containers_seed = 0
5403N/A
5403N/A# A list of tenants that will be granted read/write access on all
5403N/A# Swift containers created by Glance in multi-tenant mode. (list
5403N/A# value)
5403N/A#swift_store_admin_tenants =
5403N/A
5403N/A# If set to False, disables SSL layer compression of https swift
5403N/A# requests. Setting to False may improve performance for images which
5403N/A# are already in a compressed format, eg qcow2. (boolean value)
5403N/A#swift_store_ssl_compression = true
5403N/A
5403N/A# The number of times a Swift download will be retried before the
5403N/A# request fails. (integer value)
5403N/A#swift_store_retry_get_count = 0
5403N/A
6850N/A# The period of time (in seconds) before token expirationwhen
6850N/A# glance_store will try to reques new user token. Default value 60 sec
6850N/A# means that if token is going to expire in 1 min then glance_store
6850N/A# request new user token. (integer value)
6850N/A#swift_store_expire_soon_interval = 60
6850N/A
6850N/A# If set to True create a trust for each add/get request to Multi-
6850N/A# tenant store in order to prevent authentication token to be expired
6850N/A# during uploading/downloading data. If set to False then user token
6850N/A# is used for Swift connection (so no overhead on trust creation).
6850N/A# Please note that this option is considered only and only if
6850N/A# swift_store_multi_tenant=True (boolean value)
6850N/A#swift_store_use_trusts = true
6850N/A
5403N/A# The reference to the default swift account/backing store parameters
5403N/A# to use for adding new images. (string value)
5403N/A#default_swift_reference = ref1
5403N/A
6850N/A# Version of the authentication service to use. Valid versions are 2
6850N/A# and 3 for keystone and 1 (deprecated) for swauth and rackspace.
6850N/A# (deprecated - use "auth_version" in swift_store_config_file) (string
6850N/A# value)
6850N/A#swift_store_auth_version = 2
6850N/A
6850N/A# The address where the Swift authentication service is listening.
6850N/A# (deprecated - use "auth_address" in swift_store_config_file) (string
6850N/A# value)
5403N/A#swift_store_auth_address = <None>
5403N/A
5403N/A# The user to authenticate against the Swift authentication service
6850N/A# (deprecated - use "user" in swift_store_config_file) (string value)
5403N/A#swift_store_user = <None>
5403N/A
5403N/A# Auth key for the user authenticating against the Swift
6850N/A# authentication service. (deprecated - use "key" in
6850N/A# swift_store_config_file) (string value)
5403N/A#swift_store_key = <None>
5403N/A
5403N/A# The config file that has the swift account(s)configs. (string value)
5403N/A#swift_store_config_file = <None>
5403N/A
5403N/A
5403N/A[image_format]
5403N/A
5403N/A#
5403N/A# From glance.api
5403N/A#
5403N/A
5403N/A# Supported values for the 'container_format' image attribute (list
5403N/A# value)
5403N/A# Deprecated group/name - [DEFAULT]/container_formats
6850N/A#container_formats = ami,ari,aki,bare,ovf,ova,docker,uar
5403N/A
5403N/A# Supported values for the 'disk_format' image attribute (list value)
5403N/A# Deprecated group/name - [DEFAULT]/disk_formats
5403N/A#disk_formats = ami,ari,aki,vhd,vmdk,raw,qcow2,vdi,iso,zfs
5403N/A
5403N/A
5403N/A[keystone_authtoken]
5403N/A
5403N/A#
5403N/A# From keystonemiddleware.auth_token
5403N/A#
5403N/A
5403N/A# Complete public Identity API endpoint. (string value)
5403N/Aauth_uri = http://127.0.0.1:5000/v2.0/
5403N/A
5403N/A# API version of the admin Identity API endpoint. (string value)
5403N/A#auth_version = <None>
5403N/A
5403N/A# Do not handle authorization requests within the middleware, but
5403N/A# delegate the authorization decision to downstream WSGI components.
5403N/A# (boolean value)
5403N/A#delay_auth_decision = false
5403N/A
5403N/A# Request timeout value for communicating with Identity API server.
5403N/A# (integer value)
5403N/A#http_connect_timeout = <None>
5403N/A
5403N/A# How many times are we trying to reconnect when communicating with
5403N/A# Identity API Server. (integer value)
5403N/A#http_request_max_retries = 3
5403N/A
5403N/A# Env key for the swift cache. (string value)
5403N/A#cache = <None>
5403N/A
5403N/A# Required if identity server requires client certificate (string
5403N/A# value)
5403N/A#certfile = <None>
5403N/A
5403N/A# Required if identity server requires client certificate (string
5403N/A# value)
5403N/A#keyfile = <None>
5403N/A
5403N/A# A PEM encoded Certificate Authority to use when verifying HTTPs
5403N/A# connections. Defaults to system CAs. (string value)
5403N/A#cafile = <None>
5403N/A
5403N/A# Verify HTTPS connections. (boolean value)
5403N/A#insecure = false
5403N/A
6850N/A# The region in which the identity server can be found. (string value)
6850N/A#region_name = <None>
6850N/A
5403N/A# Directory used to cache files related to PKI tokens. (string value)
5403N/Asigning_dir = /var/lib/glance/keystone-signing
5403N/A
5403N/A# Optionally specify a list of memcached server(s) to use for caching.
5403N/A# If left undefined, tokens will instead be cached in-process. (list
5403N/A# value)
5403N/A# Deprecated group/name - [DEFAULT]/memcache_servers
5403N/A#memcached_servers = <None>
5403N/A
5403N/A# In order to prevent excessive effort spent validating tokens, the
5403N/A# middleware caches previously-seen tokens for a configurable duration
5403N/A# (in seconds). Set to -1 to disable caching completely. (integer
5403N/A# value)
5403N/A#token_cache_time = 300
5403N/A
5403N/A# Determines the frequency at which the list of revoked tokens is
5403N/A# retrieved from the Identity service (in seconds). A high number of
5403N/A# revocation events combined with a low cache duration may
5403N/A# significantly reduce performance. (integer value)
5403N/A#revocation_cache_time = 10
5403N/A
5403N/A# (Optional) If defined, indicate whether token data should be
6850N/A# authenticated or authenticated and encrypted. If MAC, token data is
6850N/A# authenticated (with HMAC) in the cache. If ENCRYPT, token data is
6850N/A# encrypted and authenticated in the cache. If the value is not one of
6850N/A# these options or empty, auth_token will raise an exception on
6850N/A# initialization. (string value)
6850N/A# Allowed values: None, MAC, ENCRYPT
6850N/A#memcache_security_strategy = None
5403N/A
5403N/A# (Optional, mandatory if memcache_security_strategy is defined) This
5403N/A# string is used for key derivation. (string value)
5403N/A#memcache_secret_key = <None>
5403N/A
5403N/A# (Optional) Number of seconds memcached server is considered dead
5403N/A# before it is tried again. (integer value)
5403N/A#memcache_pool_dead_retry = 300
5403N/A
5403N/A# (Optional) Maximum total number of open connections to every
5403N/A# memcached server. (integer value)
5403N/A#memcache_pool_maxsize = 10
5403N/A
5403N/A# (Optional) Socket timeout in seconds for communicating with a
6850N/A# memcached server. (integer value)
5403N/A#memcache_pool_socket_timeout = 3
5403N/A
5403N/A# (Optional) Number of seconds a connection to memcached is held
5403N/A# unused in the pool before it is closed. (integer value)
5403N/A#memcache_pool_unused_timeout = 60
5403N/A
5403N/A# (Optional) Number of seconds that an operation will wait to get a
6850N/A# memcached client connection from the pool. (integer value)
5403N/A#memcache_pool_conn_get_timeout = 10
5403N/A
6850N/A# (Optional) Use the advanced (eventlet safe) memcached client pool.
5403N/A# The advanced pool will only work under python 2.x. (boolean value)
5403N/A#memcache_use_advanced_pool = false
5403N/A
5403N/A# (Optional) Indicate whether to set the X-Service-Catalog header. If
5403N/A# False, middleware will not ask for service catalog on token
5403N/A# validation and will not set the X-Service-Catalog header. (boolean
5403N/A# value)
5403N/A#include_service_catalog = true
5403N/A
5403N/A# Used to control the use and type of token binding. Can be set to:
5403N/A# "disabled" to not check token binding. "permissive" (default) to
5403N/A# validate binding information if the bind type is of a form known to
5403N/A# the server and ignore it if not. "strict" like "permissive" but if
5403N/A# the bind type is unknown the token will be rejected. "required" any
5403N/A# form of token binding is needed to be allowed. Finally the name of a
5403N/A# binding method that must be present in tokens. (string value)
5403N/A#enforce_token_bind = permissive
5403N/A
5403N/A# If true, the revocation list will be checked for cached tokens. This
5403N/A# requires that PKI tokens are configured on the identity server.
5403N/A# (boolean value)
5403N/A#check_revocations_for_cached = false
5403N/A
5403N/A# Hash algorithms to use for hashing PKI tokens. This may be a single
5403N/A# algorithm or multiple. The algorithms are those supported by Python
5403N/A# standard hashlib.new(). The hashes will be tried in the order given,
5403N/A# so put the preferred one first for performance. The result of the
5403N/A# first hash will be stored in the cache. This will typically be set
5403N/A# to multiple values only while migrating from a less secure algorithm
5403N/A# to a more secure one. Once all the old tokens are expired this
5403N/A# option should be set to a single value for better performance. (list
5403N/A# value)
5403N/A#hash_algorithms = md5
5403N/A
6850N/A# Authentication type to load (unknown value)
6850N/A# Deprecated group/name - [DEFAULT]/auth_plugin
6850N/A#auth_type = <None>
5403N/A
6850N/A# Config Section from which to load plugin specific options (unknown
6850N/A# value)
6850N/A#auth_section = <None>
5403N/A
6850N/A# Complete admin Identity API endpoint. This should specify the unversioned
6850N/A# root endpoint e.g. https://localhost:35357/ (string value)
5403N/Aidentity_uri = http://127.0.0.1:35357/
5403N/A
5403N/A# Service username. (string value)
5403N/Aadmin_user = %SERVICE_USER%
5403N/A
5403N/A# Service user password. (string value)
5403N/Aadmin_password = %SERVICE_PASSWORD%
5403N/A
5403N/A# Service tenant name. (string value)
5403N/Aadmin_tenant_name = %SERVICE_TENANT_NAME%
5403N/A
5403N/A
5403N/A[matchmaker_redis]
5403N/A
5403N/A#
5403N/A# From oslo.messaging
5403N/A#
5403N/A
5403N/A# Host to locate redis. (string value)
5403N/A#host = 127.0.0.1
5403N/A
6850N/A# Use this port to connect to redis host. (port value)
6850N/A# Minimum value: 0
6850N/A# Maximum value: 65535
5403N/A#port = 6379
5403N/A
5403N/A# Password for Redis server (optional). (string value)
6850N/A#password =
5403N/A
6850N/A# List of Redis Sentinel hosts (fault tolerance mode) e.g.
6850N/A# [host:port, host1:port ... ] (list value)
6850N/A#sentinel_hosts =
5403N/A
6850N/A# Redis replica set name. (string value)
6850N/A#sentinel_group_name = oslo-messaging-zeromq
5403N/A
6850N/A# Time in ms to wait between connection attempts. (integer value)
6850N/A#wait_timeout = 500
5403N/A
6850N/A# Time in ms to wait before the transaction is killed. (integer value)
6850N/A#check_timeout = 20000
6850N/A
6850N/A# Timeout in ms on blocking socket operations (integer value)
6850N/A#socket_timeout = 1000
5403N/A
5403N/A
5403N/A[oslo_concurrency]
5403N/A
5403N/A#
5403N/A# From oslo.concurrency
5403N/A#
5403N/A
5403N/A# Enables or disables inter-process locks. (boolean value)
5403N/A# Deprecated group/name - [DEFAULT]/disable_process_locking
5403N/A#disable_process_locking = false
5403N/A
5403N/A# Directory to use for lock files. For security, the specified
5403N/A# directory should only be writable by the user running the processes
5403N/A# that need locking. Defaults to environment variable OSLO_LOCK_PATH.
5403N/A# If external locks are used, a lock path must be set. (string value)
5403N/A# Deprecated group/name - [DEFAULT]/lock_path
6850N/Alock_path = /var/lib/glance/lock
5403N/A
5403N/A
5403N/A[oslo_messaging_amqp]
5403N/A
5403N/A#
5403N/A# From oslo.messaging
5403N/A#
5403N/A
5403N/A# address prefix used when sending to a specific server (string value)
5403N/A# Deprecated group/name - [amqp1]/server_request_prefix
5403N/A#server_request_prefix = exclusive
5403N/A
5403N/A# address prefix used when broadcasting to all servers (string value)
5403N/A# Deprecated group/name - [amqp1]/broadcast_prefix
5403N/A#broadcast_prefix = broadcast
5403N/A
5403N/A# address prefix when sending to any server in group (string value)
5403N/A# Deprecated group/name - [amqp1]/group_request_prefix
5403N/A#group_request_prefix = unicast
5403N/A
5403N/A# Name for the AMQP container (string value)
5403N/A# Deprecated group/name - [amqp1]/container_name
5403N/A#container_name = <None>
5403N/A
5403N/A# Timeout for inactive connections (in seconds) (integer value)
5403N/A# Deprecated group/name - [amqp1]/idle_timeout
5403N/A#idle_timeout = 0
5403N/A
5403N/A# Debug: dump AMQP frames to stdout (boolean value)
5403N/A# Deprecated group/name - [amqp1]/trace
5403N/A#trace = false
5403N/A
6850N/A# CA certificate PEM file to verify server certificate (string value)
5403N/A# Deprecated group/name - [amqp1]/ssl_ca_file
5403N/A#ssl_ca_file =
5403N/A
5403N/A# Identifying certificate PEM file to present to clients (string
5403N/A# value)
5403N/A# Deprecated group/name - [amqp1]/ssl_cert_file
5403N/A#ssl_cert_file =
5403N/A
5403N/A# Private key PEM file used to sign cert_file certificate (string
5403N/A# value)
5403N/A# Deprecated group/name - [amqp1]/ssl_key_file
5403N/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
5403N/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
5403N/A#allow_insecure_clients = false
5403N/A
6850N/A# Space separated list of acceptable SASL mechanisms (string value)
6850N/A# Deprecated group/name - [amqp1]/sasl_mechanisms
6850N/A#sasl_mechanisms =
5403N/A
6850N/A# Path to directory that contains the SASL configuration (string
6850N/A# value)
6850N/A# Deprecated group/name - [amqp1]/sasl_config_dir
6850N/A#sasl_config_dir =
6850N/A
6850N/A# Name of configuration file (without .conf suffix) (string value)
6850N/A# Deprecated group/name - [amqp1]/sasl_config_name
6850N/A#sasl_config_name =
6850N/A
6850N/A# User name for message broker authentication (string value)
6850N/A# Deprecated group/name - [amqp1]/username
6850N/A#username =
6850N/A
6850N/A# Password for message broker authentication (string value)
6850N/A# Deprecated group/name - [amqp1]/password
6850N/A#password =
6850N/A
6850N/A
6850N/A[oslo_messaging_notifications]
5403N/A
5403N/A#
5403N/A# From oslo.messaging
5403N/A#
5403N/A
6850N/A# The Drivers(s) to handle sending notifications. Possible values are
6850N/A# messaging, messagingv2, routing, log, test, noop (multi valued)
6850N/A# Deprecated group/name - [DEFAULT]/notification_driver
6850N/A#driver =
5403N/A
6850N/A# A URL representing the messaging driver to use for notifications. If
6850N/A# not set, we fall back to the same configuration used for RPC.
6850N/A# (string value)
6850N/A# Deprecated group/name - [DEFAULT]/notification_transport_url
6850N/A#transport_url = <None>
5403N/A
6850N/A# AMQP topic used for OpenStack notifications. (list value)
6850N/A# Deprecated group/name - [rpc_notifier2]/topics
6850N/A# Deprecated group/name - [DEFAULT]/notification_topics
6850N/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)
6850N/A# Deprecated group/name - [DEFAULT]/amqp_durable_queues
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_durable_queues
5403N/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
5403N/A#amqp_auto_delete = false
5403N/A
5403N/A# SSL version to use (valid only if SSL enabled). Valid values are
5403N/A# TLSv1 and SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be
5403N/A# available on some distributions. (string value)
5403N/A# Deprecated group/name - [DEFAULT]/kombu_ssl_version
5403N/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
5403N/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
5403N/A#kombu_ssl_certfile =
5403N/A
5403N/A# SSL certification authority file (valid only if SSL enabled).
5403N/A# (string value)
5403N/A# Deprecated group/name - [DEFAULT]/kombu_ssl_ca_certs
5403N/A#kombu_ssl_ca_certs =
5403N/A
5403N/A# How long to wait before reconnecting in response to an AMQP consumer
5403N/A# cancel notification. (floating point value)
5403N/A# Deprecated group/name - [DEFAULT]/kombu_reconnect_delay
5403N/A#kombu_reconnect_delay = 1.0
5403N/A
6850N/A# EXPERIMENTAL: Possible values are: gzip, bz2. If not set compression
6850N/A# will not be used. This option may notbe available in future
6850N/A# versions. (string value)
6850N/A#kombu_compression = <None>
6850N/A
6850N/A# How long to wait a missing client beforce abandoning to send it its
6850N/A# replies. This value should not be longer than rpc_response_timeout.
6850N/A# (integer value)
6850N/A# Deprecated group/name - [DEFAULT]/kombu_reconnect_timeout
6850N/A#kombu_missing_consumer_retry_timeout = 60
6850N/A
6850N/A# Determines how the next RabbitMQ node is chosen in case the one we
6850N/A# are currently connected to becomes unavailable. Takes effect only if
6850N/A# more than one RabbitMQ node is provided in config. (string value)
6850N/A# Allowed values: round-robin, shuffle
6850N/A#kombu_failover_strategy = round-robin
6850N/A
5403N/A# The RabbitMQ broker address where a single node is used. (string
5403N/A# value)
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_host
5403N/A#rabbit_host = localhost
5403N/A
6850N/A# The RabbitMQ broker port where a single node is used. (port value)
6850N/A# Minimum value: 0
6850N/A# Maximum value: 65535
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_port
5403N/A#rabbit_port = 5672
5403N/A
5403N/A# RabbitMQ HA cluster host:port pairs. (list value)
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_hosts
5403N/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
5403N/A#rabbit_use_ssl = false
5403N/A
5403N/A# The RabbitMQ userid. (string value)
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_userid
5403N/A#rabbit_userid = guest
5403N/A
5403N/A# The RabbitMQ password. (string value)
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_password
5403N/A#rabbit_password = guest
5403N/A
5403N/A# The RabbitMQ login method. (string value)
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_login_method
5403N/A#rabbit_login_method = AMQPLAIN
5403N/A
5403N/A# The RabbitMQ virtual host. (string value)
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_virtual_host
5403N/A#rabbit_virtual_host = /
5403N/A
5403N/A# How frequently to retry connecting with RabbitMQ. (integer value)
5403N/A#rabbit_retry_interval = 1
5403N/A
5403N/A# How long to backoff for between retries when connecting to RabbitMQ.
5403N/A# (integer value)
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_retry_backoff
5403N/A#rabbit_retry_backoff = 2
5403N/A
6850N/A# Maximum interval of RabbitMQ connection retries. Default is 30
6850N/A# seconds. (integer value)
6850N/A#rabbit_interval_max = 30
6850N/A
5403N/A# Maximum number of RabbitMQ connection retries. Default is 0
5403N/A# (infinite retry count). (integer value)
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_max_retries
5403N/A#rabbit_max_retries = 0
5403N/A
6850N/A# Try to use HA queues in RabbitMQ (x-ha-policy: all). If you change
6850N/A# this option, you must wipe the RabbitMQ database. In RabbitMQ 3.0,
6850N/A# queue mirroring is no longer controlled by the x-ha-policy argument
6850N/A# when declaring a queue. If you just want to make sure that all
6850N/A# queues (except those with auto-generated names) are mirrored across
6850N/A# all nodes, run: "rabbitmqctl set_policy HA '^(?!amq\.).*' '{"ha-
6850N/A# mode": "all"}' " (boolean value)
5403N/A# Deprecated group/name - [DEFAULT]/rabbit_ha_queues
5403N/A#rabbit_ha_queues = false
5403N/A
6850N/A# Positive integer representing duration in seconds for queue TTL
6850N/A# (x-expires). Queues which are unused for the duration of the TTL are
6850N/A# automatically deleted. The parameter affects only reply and fanout
6850N/A# queues. (integer value)
6850N/A# Minimum value: 1
6850N/A#rabbit_transient_queues_ttl = 1800
6850N/A
6850N/A# Specifies the number of messages to prefetch. Setting to zero allows
6850N/A# unlimited messages. (integer value)
6850N/A#rabbit_qos_prefetch_count = 0
6850N/A
5403N/A# Number of seconds after which the Rabbit broker is considered down
6850N/A# if heartbeat's keep-alive fails (0 disable the heartbeat).
6850N/A# EXPERIMENTAL (integer value)
6850N/A#heartbeat_timeout_threshold = 60
5403N/A
5403N/A# How often times during the heartbeat_timeout_threshold we check the
5403N/A# heartbeat. (integer value)
5403N/A#heartbeat_rate = 2
5403N/A
5403N/A# Deprecated, use rpc_backend=kombu+memory or rpc_backend=fake
5403N/A# (boolean value)
5403N/A# Deprecated group/name - [DEFAULT]/fake_rabbit
5403N/A#fake_rabbit = false
5403N/A
6850N/A# Maximum number of channels to allow (integer value)
6850N/A#channel_max = <None>
6850N/A
6850N/A# The maximum byte size for an AMQP frame (integer value)
6850N/A#frame_max = <None>
6850N/A
6850N/A# How often to send heartbeats for consumer's connections (integer
6850N/A# value)
6850N/A#heartbeat_interval = 1
6850N/A
6850N/A# Enable SSL (boolean value)
6850N/A#ssl = <None>
6850N/A
6850N/A# Arguments passed to ssl.wrap_socket (dict value)
6850N/A#ssl_options = <None>
6850N/A
6850N/A# Set socket timeout in seconds for connection's socket (floating
6850N/A# point value)
6850N/A#socket_timeout = 0.25
6850N/A
6850N/A# Set TCP_USER_TIMEOUT in seconds for connection's socket (floating
6850N/A# point value)
6850N/A#tcp_user_timeout = 0.25
6850N/A
6850N/A# Set delay for reconnection to some host which has connection error
6850N/A# (floating point value)
6850N/A#host_connection_reconnect_delay = 0.25
6850N/A
6850N/A# Maximum number of connections to keep queued. (integer value)
6850N/A#pool_max_size = 10
6850N/A
6850N/A# Maximum number of connections to create above `pool_max_size`.
6850N/A# (integer value)
6850N/A#pool_max_overflow = 0
6850N/A
6850N/A# Default number of seconds to wait for a connections to available
6850N/A# (integer value)
6850N/A#pool_timeout = 30
6850N/A
6850N/A# Lifetime of a connection (since creation) in seconds or None for no
6850N/A# recycling. Expired connections are closed on acquire. (integer
6850N/A# value)
6850N/A#pool_recycle = 600
6850N/A
6850N/A# Threshold at which inactive (since release) connections are
6850N/A# considered stale in seconds or None for no staleness. Stale
6850N/A# connections are closed on acquire. (integer value)
6850N/A#pool_stale = 60
6850N/A
6850N/A# Persist notification messages. (boolean value)
6850N/A#notification_persistence = false
6850N/A
6850N/A# Exchange name for for sending notifications (string value)
6850N/A#default_notification_exchange = ${control_exchange}_notification
6850N/A
6850N/A# Max number of not acknowledged message which RabbitMQ can send to
6850N/A# notification listener. (integer value)
6850N/A#notification_listener_prefetch_count = 100
6850N/A
6850N/A# Reconnecting retry count in case of connectivity problem during
6850N/A# sending notification, -1 means infinite retry. (integer value)
6850N/A#default_notification_retry_attempts = -1
6850N/A
6850N/A# Reconnecting retry delay in case of connectivity problem during
6850N/A# sending notification message (floating point value)
6850N/A#notification_retry_delay = 0.25
6850N/A
6850N/A# Time to live for rpc queues without consumers in seconds. (integer
6850N/A# value)
6850N/A#rpc_queue_expiration = 60
6850N/A
6850N/A# Exchange name for sending RPC messages (string value)
6850N/A#default_rpc_exchange = ${control_exchange}_rpc
6850N/A
6850N/A# Exchange name for receiving RPC replies (string value)
6850N/A#rpc_reply_exchange = ${control_exchange}_rpc_reply
6850N/A
6850N/A# Max number of not acknowledged message which RabbitMQ can send to
6850N/A# rpc listener. (integer value)
6850N/A#rpc_listener_prefetch_count = 100
6850N/A
6850N/A# Max number of not acknowledged message which RabbitMQ can send to
6850N/A# rpc reply listener. (integer value)
6850N/A#rpc_reply_listener_prefetch_count = 100
6850N/A
6850N/A# Reconnecting retry count in case of connectivity problem during
6850N/A# sending reply. -1 means infinite retry during rpc_timeout (integer
6850N/A# value)
6850N/A#rpc_reply_retry_attempts = -1
6850N/A
6850N/A# Reconnecting retry delay in case of connectivity problem during
6850N/A# sending reply. (floating point value)
6850N/A#rpc_reply_retry_delay = 0.25
6850N/A
6850N/A# Reconnecting retry count in case of connectivity problem during
6850N/A# sending RPC message, -1 means infinite retry. If actual retry
6850N/A# attempts in not 0 the rpc request could be processed more then one
6850N/A# time (integer value)
6850N/A#default_rpc_retry_attempts = -1
6850N/A
6850N/A# Reconnecting retry delay in case of connectivity problem during
6850N/A# sending RPC message (floating point value)
6850N/A#rpc_retry_delay = 0.25
6850N/A
6850N/A
6850N/A[oslo_middleware]
6850N/A
6850N/A#
6850N/A# From oslo.middleware
6850N/A#
6850N/A
6850N/A# The maximum body size for each request, in bytes. (integer value)
6850N/A# Deprecated group/name - [DEFAULT]/osapi_max_request_body_size
6850N/A# Deprecated group/name - [DEFAULT]/max_request_body_size
6850N/A#max_request_body_size = 114688
6850N/A
6850N/A# The HTTP Header that will be used to determine what the original
6850N/A# request protocol scheme was, even if it was hidden by an SSL
6850N/A# termination proxy. (string value)
6850N/A# This option is deprecated for removal.
6850N/A# Its value may be silently ignored in the future.
6850N/A#secure_proxy_ssl_header = X-Forwarded-Proto
6850N/A
5403N/A
5403N/A[oslo_policy]
5403N/A
5403N/A#
5403N/A# From oslo.policy
5403N/A#
5403N/A
5403N/A# The JSON file that defines policies. (string value)
5403N/A# Deprecated group/name - [DEFAULT]/policy_file
5403N/A#policy_file = policy.json
5403N/A
5403N/A# Default rule. Enforced when a requested rule is not found. (string
5403N/A# value)
5403N/A# Deprecated group/name - [DEFAULT]/policy_default_rule
5403N/A#policy_default_rule = default
5403N/A
5403N/A# Directories where policy configuration files are stored. They can be
5403N/A# relative to any directory in the search path defined by the
5403N/A# config_dir option, or absolute paths. The file defined by
5403N/A# policy_file must exist for these directories to be searched.
5403N/A# Missing or empty directories are ignored. (multi valued)
5403N/A# Deprecated group/name - [DEFAULT]/policy_dirs
5403N/A#policy_dirs = policy.d
5403N/A
5403N/A
5403N/A[paste_deploy]
5403N/A
5403N/A#
5403N/A# From glance.api
5403N/A#
5403N/A
5403N/A# Partial name of a pipeline in your paste configuration file with the
5403N/A# service name removed. For example, if your paste section name is
5403N/A# [pipeline:glance-api-keystone] use the value "keystone" (string
5403N/A# value)
5403N/Aflavor = keystone
5403N/A
5403N/A# Name of the paste configuration file. (string value)
5403N/A#config_file = <None>
5403N/A
5403N/A
5403N/A[profiler]
5403N/A
5403N/A#
5403N/A# From glance.api
5403N/A#
5403N/A
5403N/A# If False fully disable profiling feature. (boolean value)
5403N/A#enabled = false
5403N/A
5403N/A# If False doesn't trace SQL requests. (boolean value)
5403N/A#trace_sqlalchemy = false
5403N/A
6850N/A# Secret key to use to sign Glance API and Glance Registry services
6850N/A# tracing messages. (string value)
6850N/A#hmac_keys = SECRET_KEY
6850N/A
5403N/A
5403N/A[store_type_location_strategy]
5403N/A
5403N/A#
5403N/A# From glance.api
5403N/A#
5403N/A
5403N/A# The store names to use to get store preference order. The name must
5403N/A# be registered by one of the stores defined by the 'stores' config
5403N/A# option. This option will be applied when you using 'store_type'
5403N/A# option as image location strategy defined by the 'location_strategy'
5403N/A# config option. (list value)
5403N/A#store_type_preference =
5403N/A
5403N/A
5403N/A[task]
5403N/A
5403N/A#
5403N/A# From glance.api
5403N/A#
5403N/A
5403N/A# Time in hours for which a task lives after, either succeeding or
5403N/A# failing (integer value)
5403N/A# Deprecated group/name - [DEFAULT]/task_time_to_live
5403N/A#task_time_to_live = 48
5403N/A
5403N/A# Specifies which task executor to be used to run the task scripts.
5403N/A# (string value)
5403N/A#task_executor = taskflow
5403N/A
5403N/A# Work dir for asynchronous task operations. The directory set here
5403N/A# will be used to operate over images - normally before they are
5403N/A# imported in the destination store. When providing work dir, make
5403N/A# sure enough space is provided for concurrent tasks to run
5403N/A# efficiently without running out of space. A rough estimation can be
5403N/A# done by multiplying the number of `max_workers` - or the N of
5403N/A# workers running - by an average image size (e.g 500MB). The image
5403N/A# size estimation should be done based on the average size in your
5403N/A# deployment. Note that depending on the tasks running you may need to
5403N/A# multiply this number by some factor depending on what the task does.
5403N/A# For example, you may want to double the available size if image
5403N/A# conversion is enabled. All this being said, remember these are just
5403N/A# estimations and you should do them based on the worst case scenario
5403N/A# and be prepared to act in case they were wrong. (string value)
5403N/A#work_dir = <None>
5403N/A
5403N/A
5403N/A[taskflow_executor]
5403N/A
5403N/A#
5403N/A# From glance.api
5403N/A#
5403N/A
5403N/A# The mode in which the engine will run. Can be 'serial' or
5403N/A# 'parallel'. (string value)
5403N/A# Allowed values: serial, parallel
5403N/A#engine_mode = parallel
5403N/A
5403N/A# The number of parallel activities executed at the same time by the
5403N/A# engine. The value can be greater than one when the engine mode is
5403N/A# 'parallel'. (integer value)
5403N/A# Deprecated group/name - [task]/eventlet_executor_pool_size
5403N/A#max_workers = 10