Advertisement
Guest User

Glance Config

a guest
Aug 25th, 2014
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. # ================= SSL Options ===============================
  2.  
  3. # Certificate file to use when starting registry server securely
  4. # cert_file = /path/to/certfile
  5.  
  6. # Private key file to use when starting registry server securely
  7. # key_file = /path/to/keyfile
  8.  
  9. [database]
  10. sql_connection = mysql://glance:opinvitegl@controller/glance
  11.  
  12. [keystone_authtoken]
  13. auth_uri = http://controller:5000
  14. auth_host = controller
  15. auth_port = 35357
  16. auth_protocol = http
  17. admin_tenant_name = service
  18. admin_user = glance
  19. admin_password = somepass
  20.  
  21. [paste_deploy]
  22. flavor=keystone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement