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: upgrade:
- CORS headers have been added to the versions REST API, in order - To allow access to the versions REST API from diverse origins,
to support versions discovery. If using 'oscomputeversions' CORS support has been added to the 'oscomputeversions' pipeline
pipeline in '/etc/nova/api-paste.ini', it is required to update the in '/etc/nova/api-paste.ini'. Existing deployments that wish to
pipeline to include 'cors' filter. enable support should add the 'cors' filter at the start of the
'oscomputeversions' pipeline.