zaqar/devstack
wangxiyuan e501f4013e Support CORS
Add the new middleware CORS for Zaqar

It only supports for WSGI.

Websocket doesn't need this feature.

Change-Id: Ifc6d2d1c5dde5152cab6e3aa2f3cf9f207481267
Implements: blueprint support-cors
2017-03-24 14:37:51 +08:00
..
gate Support cold migration 2017-02-27 01:52:38 +00:00
upgrade Support cold migration 2017-02-27 01:52:38 +00:00
plugin.sh Support CORS 2017-03-24 14:37:51 +08:00
README.rst Fix links in devstack/README.rst 2016-09-05 21:03:00 -04:00
settings Support CORS 2017-03-24 14:37:51 +08:00

Enabling in Devstack

  1. Download DevStack:

    $ git clone https://git.openstack.org/openstack-dev/devstack
    $ cd devstack
  2. Add the following repo as an external repository:

    [[local|localrc]]
    enable_plugin zaqar https://git.openstack.org/openstack/zaqar
  3. Run ./stack.sh