From a27523a87175c743cc0e83d89f329a36ea19a608 Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Tue, 20 Sep 2011 10:57:38 -0700 Subject: [PATCH] missing = --- files/glance-registry.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/glance-registry.conf b/files/glance-registry.conf index fc20988..75b21f7 100644 --- a/files/glance-registry.conf +++ b/files/glance-registry.conf @@ -16,7 +16,7 @@ bind_port = 9191 log_file = %DEST%/glance/registry.log # Where to store images -filesystem_store_datadir %DEST%/glance/images +filesystem_store_datadir = %DEST%/glance/images # Send logs to syslog (/dev/log) instead of to file specified by `log_file` use_syslog = False