Remove uneccessary calls from update_all_identity_relation_units

On every call to update_all_identity_relation_units()
apache was reconfigured and all configuration files written.

This was used for the legacy management of self signed
certificates which now has been removed.

Change-Id: I7480575bc06287f6898ce469b420fd63206015e2
This commit is contained in:
Frode Nordahl
2018-06-28 09:40:55 +02:00
parent d7348a532a
commit e519e2d3b1
2 changed files with 0 additions and 7 deletions

View File

@@ -263,8 +263,6 @@ def db_joined():
def update_all_identity_relation_units(check_db_ready=True):
if is_unit_paused_set():
return
CONFIGS.write_all()
configure_https()
if check_db_ready and not is_db_ready():
log('Allowed_units list provided and this unit not present',
level=INFO)