Created
October 19, 2015 19:30
-
-
Save john5223/e9a9ab921352ffffcadf to your computer and use it in GitHub Desktop.
Glance image stores
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[glance_store] | |
default_store = file | |
filesystem_store_datadir = /var/lib/glance/images/ | |
# List of which store classes and store class locations are | |
# currently known to glance at startup. | |
# Deprecated group/name - [DEFAULT]/known_stores | |
# Existing but disabled stores: | |
# glance.store.rbd.Store, | |
# glance.store.s3.Store, | |
# glance.store.swift.Store, | |
# glance.store.sheepdog.Store, | |
# glance.store.cinder.Store, | |
# glance.store.gridfs.Store, | |
# glance.store.vmware_datastore.Store, | |
#stores = glance.store.filesystem.Store, | |
# glance.store.http.Store | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment