Merge "glance: yaml indentation fixes"

This commit is contained in:
Zuul 2018-04-13 18:44:30 +00:00 committed by Gerrit Code Review
commit c868f4f2db

View File

@ -158,8 +158,8 @@ conf:
paste.filter_factory: glance.api.middleware.gzip:GzipMiddleware.factory
filter:osprofiler:
paste.filter_factory: osprofiler.web:WsgiMiddleware.factory
hmac_keys: SECRET_KEY #DEPRECATED
enabled: yes #DEPRECATED
hmac_keys: SECRET_KEY # DEPRECATED
enabled: yes # DEPRECATED
filter:cors:
paste.filter_factory: oslo_middleware.cors:filter_factory
oslo_config_project: glance
@ -215,7 +215,7 @@ conf:
add_metadef_tags: ''
glance:
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.
bind_port: null
workers: 1
@ -260,11 +260,11 @@ conf:
paste.filter_factory: keystonemiddleware.auth_token:filter_factory
filter:osprofiler:
paste.filter_factory: osprofiler.web:WsgiMiddleware.factory
hmac_keys: SECRET_KEY #DEPRECATED
enabled: yes #DEPRECATED
hmac_keys: SECRET_KEY # DEPRECATED
enabled: yes # DEPRECATED
glance_registry:
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.
bind_port: null
workers: 1
@ -383,8 +383,8 @@ dependencies:
service: identity
rabbit_init:
services:
- service: oslo_messaging
endpoint: internal
- service: oslo_messaging
endpoint: internal
registry:
jobs:
- glance-storage-init
@ -575,11 +575,11 @@ pod:
glance:
uid: 42424
affinity:
anti:
type:
default: preferredDuringSchedulingIgnoredDuringExecution
topologyKey:
default: kubernetes.io/hostname
anti:
type:
default: preferredDuringSchedulingIgnoredDuringExecution
topologyKey:
default: kubernetes.io/hostname
mounts:
glance_api:
init_container: null