Skip to content

Commit

Permalink
Remove enabled_backend entry from 00-config.conf
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
fmount committed Feb 7, 2024
1 parent d3646fd commit 0da9d74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/common/config/00-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ max_logfile_size_mb=50
log_rotation_type=size
log_file = {{ .LogFile }}
{{ end }}
enabled_backends=default_backend:file
# cache related parameters
{{ if (index . "CacheEnabled") }}
image_cache_dir = {{ .ImageCacheDir }}
Expand Down

0 comments on commit 0da9d74

Please sign in to comment.