Advertisement
Guest User

Untitled

a guest
May 1st, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. [glance_store]
  2. # List of which store classes and store class locations are
  3. # currently known to glance at startup.
  4. # Existing but disabled stores:
  5. # glance.store.rbd.Store,
  6. # glance.store.s3.Store,
  7. # glance.store.swift.Store,
  8. # glance.store.sheepdog.Store,
  9. # glance.store.cinder.Store,
  10. # glance.store.gridfs.Store,
  11. # glance.store.vmware_datastore.Store,
  12. #stores=glance.store.filesystem.Store,
  13. stores=glance.store.filesystem.Store,glance.store.http.Store
  14. # glance.store.http.Store
  15. # exception will be raised.
  16. #filesystem_store_datadirs=/var/lib/glance/images/:1
  17.  
  18. # A path to a JSON file that contains metadata describing the storage
  19. # system. When show_multiple_locations is True the information in this
  20. # file will be returned with any location that is contained in this
  21. # store.
  22. #filesystem_store_metadata_file=None
  23.  
  24.  
  25. glance version - 0.14.2
  26. python-glance-2014.2.2-1.el7ost.noarch
  27. python-glanceclient-0.14.2-2.el7ost.noarch
  28.  
  29. python-glance-store-0.1.10-2.el7ost.noarch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement