Merge "Ensure we register the new zookeeper backend as an entrypoint"

This commit is contained in:
Jenkins
2014-01-30 09:17:56 +00:00
committed by Gerrit Code Review

View File

@@ -40,6 +40,7 @@ taskflow.persistence =
mysql = taskflow.persistence.backends.impl_sqlalchemy:SQLAlchemyBackend
postgresql = taskflow.persistence.backends.impl_sqlalchemy:SQLAlchemyBackend
sqlite = taskflow.persistence.backends.impl_sqlalchemy:SQLAlchemyBackend
zookeeper = taskflow.persistence.backends.impl_zookeeper:ZkBackend
taskflow.engines =
default = taskflow.engines.action_engine.engine:SingleThreadedActionEngine