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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user