refactor zookeeper into a slightly more generic dlm module

This attempts to make the zookeeper installation a bit more modular
(assuming that other folks will want to add other dlms as plugins),
and addresses the service start issues with zookeeper under
ubuntu/upstart.

Zookeeper is not going to be installed by default. Services need to
ask for it with use_dlm.

Change-Id: I33525e2b83a4497a57ec95f62880e0308c88b34f
This commit is contained in:
Sean Dague
2015-11-10 14:39:07 -05:00
parent db6cb078ae
commit 5cad4d3fe9
5 changed files with 115 additions and 108 deletions

@@ -69,7 +69,7 @@ source $TOP_DIR/lib/heat
source $TOP_DIR/lib/neutron-legacy
source $TOP_DIR/lib/ldap
source $TOP_DIR/lib/dstat
source $TOP_DIR/lib/zookeeper
source $TOP_DIR/lib/dlm
# Extras Source
# --------------