[openstack-dev] [nova] placement/resource providers update 7

Chris Dent cdent+os at anticdent.org
Mon Jan 9 13:29:14 UTC 2017


On Fri, 6 Jan 2017, Chris Dent wrote:

> * CORS support in placement API:
>  https://review.openstack.org/#/c/392891/

This is one we should probably get in in Ocata because it enables
the sole piece of configurability that is present in the WSGI
middleware stack used for the placement API. Unlike nova-api, no
paste.ini file is used. In order to add CORS to the placement API,
this change is required. It will check for cors config in the
*.conf file, and if present, include the middleware.

One can image some rather nice javascript-driver single page
applications (or otherwise) that read the placement API to provide
overviews of resource data. Such things are made a lot easier by
having CORS in the picture.

-- 
Chris Dent                 ¯\_(ツ)_/¯           https://anticdent.org/
freenode: cdent                                         tw: @anticdent


More information about the OpenStack-dev mailing list