Merge "Update cors-to-versions-pipeline release note"

This commit is contained in:
Jenkins 2016-12-13 23:01:18 +00:00 committed by Gerrit Code Review
commit a37d89b904

View File

@ -1,6 +1,7 @@
---
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.
- To allow access to the versions REST API from diverse origins,
CORS support has been added to the 'oscomputeversions' pipeline
in '/etc/nova/api-paste.ini'. Existing deployments that wish to
enable support should add the 'cors' filter at the start of the
'oscomputeversions' pipeline.