zaqar/devstack
Thomas Herve 4ba0225e1f Fix gate issues
Subscription options returned by the controller get methods was not
unserialized propertly, still containing msgpack data.

It also changes so that mongo doesn't connect before forking, and fix
uwsgi persistent connections (non) support.

Finally, it changes how keystone options are registered to use a more
robust and supported mechanism.

Change-Id: I917a893c0d7175e3a465cf08c5e0375d9944fd16
2016-01-14 18:30:29 +01:00
..
gate Allow running zaqarclient for gate tests 2015-09-21 07:19:59 +00:00
README.rst Fix few typos in headings 2015-09-19 16:37:56 +05:30
plugin.sh Fix gate issues 2016-01-14 18:30:29 +01:00
settings Add the default repos into devstack/settings file 2015-11-20 22:54:43 +05:30

README.rst

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