53fd84afb5
this change will migrate the "sahara" process name to "sahara-all" to provide greater clarity on what service process is running. * change start process to sahara-all * change stop process to sahara-all * add a sahara-all detection to is_service_enabled * remove dirname usage in favor of GITDIR environment variable for the shutdown script Change-Id: I80b82edbc6023d4dc28f005fecd8f2138809bbe3 |
||
---|---|---|
.. | ||
upgrade | ||
exercise.sh | ||
plugin.sh | ||
README.rst | ||
settings |
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