Browse Source
This avoids having Zookeeper or memcached running, which might not be the case. Change-Id: Ib66eb8348aece447ee2c8de084c4ac807b552907changes/07/135307/1
6 changed files with 6 additions and 6 deletions
@ -1,5 +1,5 @@
|
||||
from tooz import coordination |
||||
|
||||
coordinator = coordination.get_coordinator('kazoo://localhost', b'host-1') |
||||
coordinator = coordination.get_coordinator('zake://', b'host-1') |
||||
coordinator.start() |
||||
coordinator.stop() |
||||
|
Loading…
Reference in new issue