summaryrefslogtreecommitdiff
path: root/releasenotes/notes/placement-cors-c7a83e8c63787736.yaml
blob: 6ea9af44568874a2cdd1adf90447d6ab2e561be4 (plain)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    The placement API service can now be configured to support
    `CORS <http://docs.openstack.org/developer/oslo.middleware/cors.html>`_.
    If a `cors` configuration group is present in the service's configuration
    file (currently `nova.conf`), with `allowed_origin` configured, the values
    within will be used to configure the middleware. If `cors.allowed_origin`
    is not set, the middleware will not be used.