Keeping the configuration file with convention
Add whitespace into "key=val" string in the conf file. Change-Id: I22e0310862eec344c85c2f0bfe617f4bbdfeb1e1 Closes-Bug: #1477305 Closes-Bug: #1477302
This commit is contained in:
parent
e72005b38e
commit
f703b6037c
@ -79,10 +79,10 @@ backlog = 4096
|
||||
#send_identity_headers = False
|
||||
|
||||
# Supported values for the 'container_format' image attribute
|
||||
#container_formats=ami,ari,aki,bare,ovf,ova
|
||||
#container_formats = ami,ari,aki,bare,ovf,ova
|
||||
|
||||
# Supported values for the 'disk_format' image attribute
|
||||
#disk_formats=ami,ari,aki,vhd,vmdk,raw,qcow2,vdi,iso
|
||||
#disk_formats = ami,ari,aki,vhd,vmdk,raw,qcow2,vdi,iso
|
||||
|
||||
# Property Protections config file
|
||||
# This file contains the rules for property protections and the roles/policies
|
||||
@ -108,7 +108,7 @@ backlog = 4096
|
||||
# which will use the request's host_url attribute to populate the URL base.
|
||||
# If Glance is operating behind a proxy, you will want to change this to
|
||||
# represent the proxy's URL.
|
||||
#public_endpoint=<None>
|
||||
#public_endpoint = <None>
|
||||
|
||||
# http_keepalive option. If False, server will return the header
|
||||
# "Connection: close", If True, server will return "Connection: Keep-Alive"
|
||||
@ -344,7 +344,7 @@ image_cache_dir = /var/lib/glance/image-cache/
|
||||
# The SQL mode to be used for MySQL sessions. This option,
|
||||
# including the default, overrides any server-set SQL mode. To
|
||||
# use whatever SQL mode is set by the server configuration,
|
||||
# set this to no value. Example: mysql_sql_mode= (string
|
||||
# set this to no value. Example: mysql_sql_mode = (string
|
||||
# value)
|
||||
#mysql_sql_mode = TRADITIONAL
|
||||
|
||||
@ -448,7 +448,7 @@ revocation_cache_time = 10
|
||||
# service name removed. For example, if your paste section name is
|
||||
# [pipeline:glance-api-keystone], you would configure the flavor below
|
||||
# as 'keystone'.
|
||||
#flavor=
|
||||
#flavor =
|
||||
|
||||
[store_type_location_strategy]
|
||||
# The scheme list to use to get store preference order. The scheme must be
|
||||
@ -490,7 +490,7 @@ revocation_cache_time = 10
|
||||
# being said, remember these are just estimations and you should do them
|
||||
# based on the worst case scenario and be prepared to act in case they
|
||||
# were wrong.
|
||||
# work_dir=None
|
||||
# work_dir = None
|
||||
|
||||
# Specifies the maximum number of eventlet threads which can be spun up by
|
||||
# the eventlet based task executor to perform execution of Glance tasks.
|
||||
|
@ -261,7 +261,7 @@ admin_password = %SERVICE_PASSWORD%
|
||||
# service name removed. For example, if your paste section name is
|
||||
# [pipeline:glance-registry-keystone], you would configure the flavor below
|
||||
# as 'keystone'.
|
||||
#flavor=
|
||||
#flavor =
|
||||
|
||||
[profiler]
|
||||
# If False fully disable profiling feature.
|
||||
|
Loading…
Reference in New Issue
Block a user