Skip to content

Commit b179e61

Browse files
committed
Restore 00-config template
Somehow the 00-config template introduced by PRs [1][2] has been reverted. This patch restores the missing file content. [1] #385 [2] #378 Signed-off-by: Francesco Pantano <[email protected]>
1 parent 3466731 commit b179e61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/common/config/00-config.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ log_file = {{ .LogFile }}
2121
{{ end }}
2222
# cache related parameters
2323
{{ if (index . "CacheEnabled") }}
24-
>>>>>>> 2e22c55 (Remove enabled_backend entry from 00-config.conf)
2524
image_cache_dir = {{ .ImageCacheDir }}
2625
image_cache_max_size = {{ .CacheMaxSize }}
2726
image_cache_stall_time = 86400
@@ -37,6 +36,9 @@ db_max_retries = -1
3736
[file]
3837
filesystem_store_datadir = /var/lib/glance/images
3938

39+
[glance_store]
40+
default_backend=default_backend
41+
4042
[keystone_authtoken]
4143
www_authenticate_uri={{ .KeystonePublicURL }}
4244
auth_url={{ .KeystoneInternalURL }}

0 commit comments

Comments
 (0)