zaqar/devstack
Flavio Percoco ffff834edb Enable pooling for redis' job
Now that the sqlalchemy management backend is complete, make sure it's
enabled for the redis gate since redis doesn't have support for the
managment API.

Change-Id: I65d6c38ec13026251a8aeb346d5248cf81de39e5
2015-09-08 13:36:46 +02:00
..
gate Add configuration to run service using uwsgi 2015-08-05 08:51:44 +02:00
plugin.sh Enable pooling for redis' job 2015-09-08 13:36:46 +02:00
README.rst Move devstack's Zaqar code into the codebase 2015-04-21 16:36:01 +02:00
settings Add configuration to run service using uwsgi 2015-08-05 08:51:44 +02:00

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin zaqar https://github.com/openstack/zaqar
  3. Run stack.sh