zaqar/devstack
Thomas Herve 10b07c9ccf Remove table creation from the SQL driver
Table creation must happen outside of API requests. This changes the
devstack plugin to create the tables properly.

Change-Id: I57c4fba06dc6725ea977477b777e4ffd6856adde
2017-02-22 16:29:58 -05:00
..
gate Enable swift in the gate hook 2017-02-01 09:18:36 +01:00
plugin.sh Remove table creation from the SQL driver 2017-02-22 16:29:58 -05:00
README.rst Fix links in devstack/README.rst 2016-09-05 21:03:00 -04:00
settings Fix zaqar-ui clone issue 2016-11-11 15:13:58 +13:00

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