Guest User

Untitled

a guest
Oct 29th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. [root@controller1 glance]# cat /etc/glance/glance-api.conf | grep -v ^$ | grep -v ^#
  3. [DEFAULT]
  4. verbose=True
  5. debug = True
  6. default_store=rbd
  7. show_image_direct_url=True
  8. use_syslog=True
  9. registry_host=glance
  10. rabbit_hosts = queue1:5672, queue2:5672
  11. rabbit_port=5672
  12. rabbit_use_ssl=False
  13. rabbit_userid=guest
  14. rabbit_password=guest
  15. rabbit_virtual_host=/
  16. rabbit_notification_exchange=glance
  17. rabbit_notification_topic=notifications
  18. [database]
  19. connection=mysql://glance:secret@db/glance
  20. [keystone_authtoken]
  21. auth_uri = http://keystone:5000/v2.0
  22. identity_uri=http://keystone:35357
  23. admin_tenant_name=service
  24. admin_user=glance
  25. admin_password=secret
  26. revocation_cache_time=10
  27. [paste_deploy]
  28. flavor=keystone
  29. [store_type_location_strategy]
  30. [profiler]
  31. [task]
  32. [glance_store]
  33. stores=glance.store.rbd.Store,glance.store.filesystem.Store,glance.store.http.Store
  34. rbd_store_user=glance
  35. rbd_store_pool=images
Advertisement
Add Comment
Please, Sign In to add comment