[coreycb,r=james-page] Add sleep to workaround restart race
This commit is contained in:
commit
4df704f1d9
@ -433,6 +433,8 @@ def config_changed():
|
||||
if config_dirty():
|
||||
utils.restart('keystone')
|
||||
|
||||
time.sleep(5);
|
||||
|
||||
if cluster.eligible_leader(CLUSTER_RES):
|
||||
utils.juju_log('INFO',
|
||||
'Firing identity_changed hook'
|
||||
|
Loading…
x
Reference in New Issue
Block a user