Advertisement
Guest User

Untitled

a guest
Dec 5th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. # Add any URLs used to access Horizon to this list.
  2. openstack_cors_allowed_origin:
  3. - 'https://<extenral_dns_name>/'
  4.  
  5. glance_cors_allowed_origin: "{{ openstack_cors_allowed_origin }}"
  6.  
  7. glance_glance_api_conf_overrides:
  8. cors:
  9. allow_headers: origin,content-md5,x-image-meta-checksum,x-storage-token,accept-encoding,x-auth-token,x-identity-status,x-roles,x-service-catalog,x-user-id,x-tenant-id,x-openstack-request-id
  10. allowed_origin: "{{ glance_cors_allowed_origin | join(',') }}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement