Minor docstring update

This commit is contained in:
Liam Young 2016-07-08 12:39:32 +01:00
parent 51b9f62307
commit d63b5b5a99
1 changed files with 1 additions and 0 deletions

View File

@ -89,5 +89,6 @@ def check_zone_status(hacluster):
@reactive.when('zones.initialised')
@reactive.when('cluster.connected')
def process_sync_requests(hacluster):
'''If this unit is the leader process and new sync requests'''
if hookenv.is_leader():
designate_bind.process_requests(hacluster)