deb-sahara/devstack
Vitaly Gridnev 27be399fea fixing sahara-engine setup in devstack
when distributed periodics are enabled and zookeeper
as backend is provided, sahara-engine startup fails.
this change is fixing that.

documentation updated with details of how to correctly setup
coordination backend.

Closes-bug: 1597688
Change-Id: Ib1b85dcd4e2b67d1ec9b577d103c689a07b93058
2016-06-30 11:38:12 +00:00
..
upgrade fix grenade from mitaka upgrade 2016-06-14 10:28:15 +00:00
exercise.sh Fix bashate warnings 2015-11-26 14:47:45 +03:00
plugin.sh fixing sahara-engine setup in devstack 2016-06-30 11:38:12 +00:00
README.rst updating documentation on devstack usage 2015-07-20 15:37:45 -04:00
settings Remove hdp 2.0.6 plugin 2016-05-17 23:28:12 +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