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
This commit is contained in:
lawrancejing 2013-08-17 21:24:13 +08:00
parent 9cd75d0b4a
commit 05739853ef

View File

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