
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
6 lines
236 B
YAML
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.
|