deb-sahara/devstack/README.rst
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

22 lines
464 B
ReStructuredText

======================
Enabling in Devstack
======================
1. Download DevStack
2. Add this repo as an external repository in ``local.conf``
.. sourcecode:: bash
[[local|localrc]]
enable_plugin sahara git://git.openstack.org/openstack/sahara
Optionally, a git refspec may be provided as follows:
.. sourcecode:: bash
[[local|localrc]]
enable_plugin sahara git://git.openstack.org/openstack/sahara <refspec>
3. run ``stack.sh``