zaqar/devstack
Flavio Percoco 9352bb600f Enable pooling in devstack
This patch enables pooling by default. Pooling has become a central
piece for Zaqar, therefore, we ought to test on it always.

The patch also changes the behavior for pools in Zaqar. That is,
whenever a default pool is not found and a `message_store` section has
been configured, such section will be used as the default store. No
pools will be created out of this configurations so that users can still
configure their default store using zaqarclient.

Change-Id: I820ac017ee44b806dead9bc484664228d4022f81
Depends-On: If5c91ebe136017cea2eeecf62a580d050e49617d
2015-05-27 14:25:19 +02:00
..
gate Fix gate_hook and post_test_hook perms 2015-05-07 19:50:25 +02:00
plugin.sh Enable pooling in devstack 2015-05-27 14:25:19 +02:00
README.rst Move devstack's Zaqar code into the codebase 2015-04-21 16:36:01 +02:00
settings Rename service to zaqar 2015-04-30 09:26:54 +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