Advertisement
Guest User

auth_cgf

a guest
Apr 11th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1.  
  2.  
  3. [keystone_auth]
  4. memcached_servers = cluster3-2:11211
  5. auth_uri = http://cluster3-2:5000
  6. project_domain_name = default
  7. project_name = service
  8. user_domain_name = default
  9. password = password
  10. username = zun
  11. auth_url = http://cluster3-2:35357
  12. auth_type = password
  13. auth_version = v3
  14. auth_protocol = http
  15. service_token_roles_required = True
  16. endpoint_type = internalURL
  17.  
  18. [keystone_authtoken]
  19. #
  20. # From keystonemiddleware.auth_token
  21. #
  22. memcached_servers = cluster3-2:11211
  23. auth_uri = http://cluster3-2:5000
  24. auth_url = http://cluster3-2:35357
  25. project_domain_name = default
  26. project_name = service
  27. user_domain_name = default
  28. password = password
  29. username = zun
  30. auth_type = password
  31. #auth_version = v3
  32. auth_protocol = http
  33. service_token_roles_required = True
  34. endpoint_type = internalURL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement