zaqar/devstack
Thomas Herve 169f9da707 Fix WS endpoint registration
Fix a typo in devstack plugin preventing proper registration of the WS
endpoint.

Change-Id: Id685964ac10230f0c56a03d47c89250b208501bf
2015-08-13 17:43:44 +02:00
..
gate Add configuration to run service using uwsgi 2015-08-05 08:51:44 +02:00
plugin.sh Fix WS endpoint registration 2015-08-13 17:43:44 +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