nova/releasenotes/notes/add-cors-to-versions-pipeline-56277ca66e796569.yaml
Corentin Ardeois 706f104e33 Add CORS filter to versions pipeline
This patch exposes the root (version) resource to CORS-enabled
browser clients that wish to perform API version discovery.

This feature is required for js-openstack-lib, and its devstack
tests. https://review.openstack.org/#/c/370389/

Change-Id: I4052186bffa3bddb4d28e378e6a135694a71e05b
Needed-By: Ia19afa530ae8c2df60db740cec9267fe240978c0
2016-12-02 11:44:09 -05:00

7 lines
256 B
YAML

---
upgrade:
- CORS headers have been added to the versions REST API, in order
to support versions discovery. If using 'oscomputeversions'
pipeline in '/etc/nova/api-paste.ini', it is required to update the
pipeline to include 'cors' filter.