glance: yaml indentation fixes
Change-Id: Icf7366d44dbe8b6cba96a5ba781cd76a55278b18
This commit is contained in:
parent
ab3626190d
commit
91e7f8aa0b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user