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:
@@ -678,7 +678,7 @@ def ha_changed():
|
|||||||
CONFIGS.write_all()
|
CONFIGS.write_all()
|
||||||
|
|
||||||
clustered = relation_get('clustered')
|
clustered = relation_get('clustered')
|
||||||
if clustered and is_elected_leader(CLUSTER_RES):
|
if clustered:
|
||||||
log('Cluster configured, notifying other services and updating '
|
log('Cluster configured, notifying other services and updating '
|
||||||
'keystone endpoint configuration')
|
'keystone endpoint configuration')
|
||||||
update_all_identity_relation_units()
|
update_all_identity_relation_units()
|
||||||
|
Reference in New Issue
Block a user