Always fire update_all_identity_relation_units()

All keystone units should change relation data when they
are clustered. Ensuring keystone data is populated by the
leader is already ensured in update_all_identity_relation_units().

Change-Id: I92fb789b055b7f05ed911c8b7058b97395ca5afc
This commit is contained in:
Ante Karamatic
2016-10-31 21:39:41 +02:00
parent 6cd819aa3c
commit 2425e3b443

View File

@@ -678,7 +678,7 @@ def ha_changed():
CONFIGS.write_all()
clustered = relation_get('clustered')
if clustered and is_elected_leader(CLUSTER_RES):
if clustered:
log('Cluster configured, notifying other services and updating '
'keystone endpoint configuration')
update_all_identity_relation_units()