Files
zaqar/devstack
Flavio Percoco dd3481be97 Don't set keystone as auth if not enabled
We create keystone accounts conditionally depending on whether keystone
was enabled or not. Do the same when configuring the auth strategy in
Zaqar.

Change-Id: Ic3a99e24099dbe32a4435dbb092d09a7fae7dc2f
2015-09-08 09:05:19 +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