Description of configuration options for common
Configuration option=Default value Description
allow_additional_image_properties=True (BoolOpt) Whether to allow users to specify image properties beyond what the image schema provides
api_limit_max=1000 (IntOpt) Maximum permissible number of items that could be returned by a request
backlog=4096 (IntOpt) The backlog value that will be used when creating the TCP listener socket.
bind_host=0.0.0.0 (StrOpt) Address to bind the server. Useful when selecting a particular network interface.
bind_port=None (IntOpt) The port on which the server will listen.
data_api=glance.db.sqlalchemy.api (StrOpt) Python module path of data access API
disable_process_locking=False (BoolOpt) Whether to disable inter-process locks
limit_param_default=25 (IntOpt) Default value for the number of items returned by a request if not specified explicitly in the request
lock_path=None (StrOpt) Directory to use for lock files.
metadata_encryption_key=None (StrOpt) Key used for encrypting sensitive metadata while talking to the registry or database.
notifier_strategy=default (StrOpt) Notifications can be sent when images are create, updated or deleted. There are three methods of sending notifications, logging (via the log_file directive), rabbit (via a rabbitmq queue), qpid (via a Qpid message queue), or noop (no notifications sent, the default).
os_region_name=None (StrOpt) Region name of this node
property_protection_file=None (StrOpt) The location of the property protection file.
show_image_direct_url=False (BoolOpt) Whether to include the backend image storage location in image properties. Revealing storage location can be a security risk, so use this setting with caution!
use_tpool=False (BoolOpt) Enable the use of thread pooling for all DB API calls
user_storage_quota=0 (IntOpt) Set a system wide quota for every user. This value is the total number of bytes that a user can use across all storage systems. A value of 0 means unlimited.
workers=1 (IntOpt) The number of child process workers that will be created to service API requests.