Merge "Do not write configs on identity-service-relation-changed"

This commit is contained in:
Zuul 2018-07-12 16:04:31 +00:00 committed by Gerrit Code Review
commit 585eb77c21
1 changed files with 0 additions and 2 deletions

View File

@ -353,8 +353,6 @@ def db_changed():
@hooks.hook('identity-service-relation-changed')
@restart_on_change(restart_map(), restart_functions=restart_function_map())
def identity_changed(relation_id=None, remote_unit=None):
CONFIGS.write_all()
notifications = {}
if is_elected_leader(CLUSTER_RES):
if not is_db_ready():