2 Commits

Author SHA1 Message Date
Michael Krotscheck
05f4a64aed Added CORS support middleware to Ironic
This adds the CORS support middleware to Ironic, allowing a deployer
to optionally configure rules under which a javascript client may
break the single-origin policy and access the API directly.

OpenStack Spec:
   https://review.openstack.org/#/c/179866/
Oslo_Middleware Docs:
   http://docs.openstack.org/developer/oslo.middleware/cors.html
OpenStack Cloud Admin Guide Documentation:
   http://docs.openstack.org/admin-guide-cloud/cross_project_cors.html

Co-Authored-By: Devananda van der Veen <devananda.vdv@gmail.com>
Depends-on: I2deed897f8f9ef87e4a74227c4fcea9afdb151e8
Change-Id: Ic55305607e44069d893baf2a261d5fe7da777303
2015-09-01 19:45:01 +00:00
Zhao Lei
de46e7e9a5 Change vagrant.yml to vagrant.yaml
Yaml suggest to use .yaml when possible:
http://www.yaml.org/faq.html

This patch renames the file.

Change-Id: I3f8b1d337e0b1a8ab33832573b72624ae064021d
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
2015-08-07 09:51:32 +00:00