fixes to glance configuration so that we aren't creating files outside of /opt
diff --git a/files/glance-api.conf b/files/glance-api.conf
index ac2ee94..a2edde8 100644
--- a/files/glance-api.conf
+++ b/files/glance-api.conf
@@ -24,7 +24,7 @@
# Log to this file. Make sure you do not set the same log
# file for both the API and registry servers!
-log_file = /var/log/glance/api.log
+log_file = %DEST%/glance/api.log
# Send logs to syslog (/dev/log) instead of to file specified by `log_file`
use_syslog = False