ba62597183
Change-Id: I5560b1ec1da7922586e5544d55b5e508c70a33fc
6 lines
151 B
Python
6 lines
151 B
Python
from tooz import coordination
|
|
|
|
coordinator = coordination.get_coordinator('zake://', b'host-1')
|
|
coordinator.start(start_heart=True)
|
|
coordinator.stop()
|