Advertisement
Guest User

Untitled

a guest
May 12th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. cat glance-api.conf
  2. [DEFAULT]
  3. verbose=True
  4. admin_tenant_name=service
  5. auth_region=regionOne
  6. auth_strategy=keystone
  7. auth_uri = http://localhost:5000/v2.0
  8. auth_url = http://localhost:35357
  9. auth_plugin = password
  10. project_domain_id = default
  11. user_domain_id = default
  12. admin_user = glance
  13. admin_password = glance
  14. notification_driver = noop
  15. [database]
  16. connection = mysql://glance:glance@localhost/glance
  17. [keystone_authtoken]
  18. identity_uri=http://localhost:35357
  19. admin_tenant_name=service
  20. auth_uri = http://localhost:5000/v2.0
  21. admin_user = glance
  22. admin_password = glance
  23. [paste_deploy]
  24. flavor=keystone
  25. [store_type_location_strategy]
  26. [profiler]
  27. [task]
  28. [glance_store]
  29. default_store = file
  30. filesystem_store_datadir = /var/lib/glance/images/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement