sahara/devstack
Luigi Toscano 8de9ece15e Fill tempest.conf with Sahara-specific values
Initialize tempest.conf with the set of available plugins.

Change-Id: I1e963fe4110b94c1e4f18134e0a908ff309cd4e5
(cherry picked from commit cad6b79f9d)
(adapted for stable/liberty)
2016-09-19 16:32:49 +02:00
..
upgrade Fix E005 bashate error 2016-02-23 11:44:29 -05:00
README.rst updating documentation on devstack usage 2015-07-20 15:37:45 -04:00
exercise.sh Return back devstack exercise to in-tree plugin 2015-07-03 00:35:58 +03:00
plugin.sh Fill tempest.conf with Sahara-specific values 2016-09-19 16:32:49 +02:00
settings Fix E005 bashate error 2016-02-23 11:44:29 -05:00

README.rst

Enabling in Devstack

  1. Download DevStack
  2. Add this repo as an external repository in local.conf
[[local|localrc]]
enable_plugin sahara git://git.openstack.org/openstack/sahara

Optionally, a git refspec may be provided as follows:

[[local|localrc]]
enable_plugin sahara git://git.openstack.org/openstack/sahara <refspec>
  1. run stack.sh