8ed4398260
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
464 B
464 B
Enabling in Devstack
- Download DevStack
- 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>
- run
stack.sh