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

Change-Id: I46c7f5d459ae4d3e66777639c4a7f92b94e73f9b
This commit is contained in:
Frode Nordahl 2018-06-28 08:58:49 +02:00
parent d7348a532a
commit 855c954c30
1 changed files with 0 additions and 2 deletions

View File

@ -355,8 +355,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():