Merge "Always fire update_all_identity_relation_units()"

This commit is contained in:
Jenkins
2016-11-25 11:41:54 +00:00
committed by Gerrit Code Review

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()