zaqar/devstack
rabi 16fd7bac5c Add some more uwsgi options for zaqar-uwsgi
Use $API_WORKERS as process count and add other
wsgi options like thunderlock (recommended
to prevent thundering herd on accept).

Change-Id: I70fdc09edf524ba3733d03013d4bb296e8b2954b
2017-08-09 18:07:21 +05:30
..
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 Add some more uwsgi options for zaqar-uwsgi 2017-08-09 18:07:21 +05:30
README.rst Fix links in devstack/README.rst 2016-09-05 21:03:00 -04:00
settings Remove enabled option for CORS 2017-03-30 15:07:24 +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