Update cors-to-versions-pipeline release note

The release note added in I4052186bffa3bddb4d28e378e6a135694a71e05b
was not entirely clear on what needs to be done to enable the feature
in existing deployments. This change attempts to make things more
clear.

Change-Id: Iaa18c70b8536f01fb543cb2cf3d2e4144893b9cd
This commit is contained in:
Chris Dent 2016-12-05 15:06:26 +00:00
parent 4c5955930f
commit 87b9c2b916
1 changed files with 5 additions and 4 deletions

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.