glance: yaml indentation fixes

Change-Id: Icf7366d44dbe8b6cba96a5ba781cd76a55278b18
This commit is contained in:
Chris Wedgwood 2018-04-11 21:03:25 +00:00
parent ab3626190d
commit 91e7f8aa0b

View File

@ -158,8 +158,8 @@ conf:
paste.filter_factory: glance.api.middleware.gzip:GzipMiddleware.factory paste.filter_factory: glance.api.middleware.gzip:GzipMiddleware.factory
filter:osprofiler: filter:osprofiler:
paste.filter_factory: osprofiler.web:WsgiMiddleware.factory paste.filter_factory: osprofiler.web:WsgiMiddleware.factory
hmac_keys: SECRET_KEY #DEPRECATED hmac_keys: SECRET_KEY # DEPRECATED
enabled: yes #DEPRECATED enabled: yes # DEPRECATED
filter:cors: filter:cors:
paste.filter_factory: oslo_middleware.cors:filter_factory paste.filter_factory: oslo_middleware.cors:filter_factory
oslo_config_project: glance oslo_config_project: glance
@ -215,7 +215,7 @@ conf:
add_metadef_tags: '' add_metadef_tags: ''
glance: glance:
DEFAULT: DEFAULT:
#NOTE(portdirect): the bind port should not be defined, and is manipulated # NOTE(portdirect): the bind port should not be defined, and is manipulated
# via the endpoints section. # via the endpoints section.
bind_port: null bind_port: null
workers: 1 workers: 1
@ -260,11 +260,11 @@ conf:
paste.filter_factory: keystonemiddleware.auth_token:filter_factory paste.filter_factory: keystonemiddleware.auth_token:filter_factory
filter:osprofiler: filter:osprofiler:
paste.filter_factory: osprofiler.web:WsgiMiddleware.factory paste.filter_factory: osprofiler.web:WsgiMiddleware.factory
hmac_keys: SECRET_KEY #DEPRECATED hmac_keys: SECRET_KEY # DEPRECATED
enabled: yes #DEPRECATED enabled: yes # DEPRECATED
glance_registry: glance_registry:
DEFAULT: DEFAULT:
#NOTE(portdirect): the bind port should not be defined, and is manipulated # NOTE(portdirect): the bind port should not be defined, and is manipulated
# via the endpoints section. # via the endpoints section.
bind_port: null bind_port: null
workers: 1 workers: 1