deb-sahara/devstack
Michael McCune 53fd84afb5 cleanup sahara commands
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
2015-11-19 15:05:41 -05:00
..
upgrade cleanup sahara commands 2015-11-19 15:05:41 -05:00
exercise.sh Use distributed mode by default in devstack 2015-10-08 16:52:08 +03:00
plugin.sh cleanup sahara commands 2015-11-19 15:05:41 -05:00
README.rst updating documentation on devstack usage 2015-07-20 15:37:45 -04:00
settings Fix E005 bashate error 2015-11-09 22:31:11 +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