Skip to content

Commit c8d740b

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 c8d740b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/common/config/00-config.conf

Lines changed: 0 additions & 1 deletion
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 }}

0 commit comments

Comments
 (0)