deb-sahara/devstack
Michael McCune 8ed4398260 updating documentation on devstack usage
The docs contain the older, non-plugin registry based, instructions for
activating sahara in devstack. This change also adds a small convenience
readme file to the devstack directory to help make it clear how to
integrate the plugin.

* fixing devstack documentation
* adding a convenience readme to the plugin directory
* changing tox bashate tests to ignore the readme

Change-Id: I58e604479de39f52a516fa6b428dfdc958b3b92d
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 Fix installing python-saharaclient 2015-07-16 16:12:35 +03:00
README.rst updating documentation on devstack usage 2015-07-20 15:37:45 -04:00
settings Fix installing python-saharaclient 2015-07-16 16:12:35 +03:00

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