deb-zaqar/devstack
Thomas Herve 4a1a6b3766 Remove startup check from devstack
The gate sometimes fails with "Zaqar did not start" without any way to
know what's going on. Let's remove that check and let usage of Zaqar
fails with proper error later on.

Change-Id: I04692763eb15a849541eb1903bb0fad6c16435db
2016-11-24 09:29:30 +01:00
..
gate Remove tempest smoke tests run 2016-06-28 16:20:04 +02:00
README.rst Fix links in devstack/README.rst 2016-09-05 21:03:00 -04:00
plugin.sh Remove startup check from devstack 2016-11-24 09:29:30 +01:00
settings Fix zaqar-ui clone issue 2016-11-11 15:13:58 +13:00

README.rst

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