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 ========================