Skip to content

Commit 2e22c55

Browse files
committed
Remove enabled_backend entry from 00-config.conf
With webhooks we prevent the glance deploy unless a backend is specified via customServiceConfig. It doesn't fail if replicas is set to 0, but in general a backend must be specified. This patch reinforce what already done by removing the enabled_backend line from 00-configa. Signed-off-by: Francesco Pantano <[email protected]>
1 parent 6f77431 commit 2e22c55

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

templates/common/config/00-config.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ max_logfile_size_mb=50
1818
log_rotation_type=size
1919
log_file = {{ .LogFile }}
2020
{{ end }}
21-
enabled_backends=default_backend:file
2221
# cache related parameters
2322
{{ if (index . "CacheEnabled") }}
2423
image_cache_dir = {{ .ImageCacheDir }}
@@ -43,9 +42,6 @@ db_max_retries = -1
4342
[file]
4443
filesystem_store_datadir = /var/lib/glance/images
4544

46-
[glance_store]
47-
default_backend=default_backend
48-
4945
[keystone_authtoken]
5046
{{ if (index . "KeystonePublicURL") }}
5147
www_authenticate_uri={{ .KeystonePublicURL }}

0 commit comments

Comments
 (0)