Browse code

more glance conf fixes

Anthony Young authored on 2011/09/21 03:04:15
Showing 1 changed files
... ...
@@ -51,7 +51,7 @@ rabbit_notification_topic = glance_notifications
51 51
 
52 52
 # Directory that the Filesystem backend store
53 53
 # writes image data to
54
-filesystem_store_datadir = /var/lib/glance/images/
54
+filesystem_store_datadir = %DEST%/glance/images/
55 55
 
56 56
 # ============ Swift Store Options =============================
57 57