From 05739853efff1fb99a187eb64ca14687f4435ec6 Mon Sep 17 00:00:00 2001 From: lawrancejing Date: Sat, 17 Aug 2013 21:24:13 +0800 Subject: [PATCH] Add space in etc/glance-cache.conf Add space in "known_stores" block in etc/glance-cache.conf, and keep glance code tidy and pleasing. Change-Id: If112db41bfbce9f78013fe33229043f0f626f3f9 --- etc/glance-cache.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/glance-cache.conf b/etc/glance-cache.conf index 902bff047a..ae28ebcacb 100644 --- a/etc/glance-cache.conf +++ b/etc/glance-cache.conf @@ -45,11 +45,11 @@ registry_port = 9191 # List of which store classes and store class locations are # currently known to glance at startup. # known_stores = glance.store.filesystem.Store, -# glance.store.http.Store, -# glance.store.rbd.Store, -# glance.store.s3.Store, -# glance.store.swift.Store, -# glance.store.sheepdog.Store, +# glance.store.http.Store, +# glance.store.rbd.Store, +# glance.store.s3.Store, +# glance.store.swift.Store, +# glance.store.sheepdog.Store, # glance.store.cinder.Store, # ============ Filesystem Store Options ========================