Advertisement
Guest User

glance+nova.conf

a guest
Jul 31st, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. ==== glance-api.conf ====
  2.  
  3. default_store = rbd
  4. # Return the URL that references where the data is stored on
  5. # the backend storage system. For example, if using the
  6. # file system store a URL of 'file:///path/to/image' will
  7. # be returned to the user in the 'direct_url' meta-data field.
  8. # The default value is false.
  9. show_image_direct_url = True
  10. # Ceph configuration file path
  11. # If using cephx authentication, this file should
  12. # include a reference to the right keyring
  13. # in a client.<USER> section
  14. rbd_store_ceph_conf = /etc/ceph/ceph.conf
  15.  
  16. # RADOS user to authenticate as (only applicable if using cephx)
  17. rbd_store_user = images
  18.  
  19. # RADOS pool in which images are stored
  20. rbd_store_pool = images
  21.  
  22. ==== nova.conf ====
  23. glance_api_servers=control1.cloud.cs.wit.edu:9292
  24. image_service=nova.image.glance.GlanceImageService
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement