Advertisement
Guest User

Untitled

a guest
Aug 10th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. # Horizon must refer to a name matching the SSL cert
  2. # in this test environment, both keystone and Horizon shared a common DNS name
  3. #horizon_keystone_host: "{{ horizon_server_name }}"
  4. #horizon_keystone_endpoint: "{{ keystone_service_publicuri_proto }}://{{ horizon_server_name }}:5000/v3"
  5.  
  6. # Ensure that the public endpoint registered for Keystone uses the right name
  7. #keystone_public_endpoint: "{{ keystone_service_publicuri_proto }}://{{ horizon_server_name }}:5000"
  8. #keystone_service_publicurl: "{{ horizon_keystone_endpoint }}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement