openstack-ansible-os_glance/releasenotes/notes/add-cors-config-6326223fe7fa7423.yaml
Mohammed Naser 788273c6b5 Add ability to configure cross-origin requests
The patch introduces a variable `glance_cors_allowed_origin` which
allows a user to configure a specific origin that can do cross
domain requests.

Change-Id: I45f30d2ea7070e62d5d14ad87c872e98af1d7890
2018-08-31 10:41:05 +00:00

6 lines
236 B
YAML

---
features:
- It is possible to configure Glance to allow cross origin requests by
specifying the allowed origin address using the ``glance_cors_allowed_origin``
variable. By default, this will be the load balancer address.