4cdee047f7
By default, CORS middleware can allow requests from any origin. So it's not necessary to use the 'enabled' option. Closes-bug: #1677049 Co-Authored-By: wangxiyuan<wangxiyuan@huawei.com> Change-Id: Id80e17466400937bba9fbb4aa2a2b65de9d62252 |
||
---|---|---|
.. | ||
gate | ||
upgrade | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling in Devstack
Download DevStack:
$ git clone https://git.openstack.org/openstack-dev/devstack $ cd devstack
Add the following repo as an external repository:
[[local|localrc]] enable_plugin zaqar https://git.openstack.org/openstack/zaqar
Run
./stack.sh