Advertisement
Guest User

Untitled

a guest
May 6th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. [DEFAULT]
  2. debug = true
  3. [database]
  4. connection = mysql+pymysql://glance:pass@os-controller:/glance
  5. backend = sqlalchemy
  6. [glance_store]
  7. [keystone_authtoken]
  8. auth_uri = http://os-controller:5000
  9. auth_url = http://os-controller:35357
  10. memcached_servers = os-controller:11211
  11. auth_type = password
  12. project_domain_name = default
  13. user_domain_name = default
  14. project_name = service
  15. username = glance
  16. password = pass
  17. [matchmaker_redis]
  18. [oslo_messaging_amqp]
  19. [oslo_messaging_notifications]
  20. [oslo_messaging_rabbit]
  21. [oslo_policy]
  22. [paste_deploy]
  23. flavor = keystone
  24. [profiler]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement