Merge "Restart apache2 on SSL certificate change"

This commit is contained in:
Zuul 2018-02-16 16:40:17 +00:00 committed by Gerrit Code Review
commit d0d53c6163
1 changed files with 1 additions and 0 deletions

View File

@ -656,6 +656,7 @@ class HAOpenStackCharm(OpenStackAPICharm):
if not os_utils.snap_install_requested():
self.configure_apache()
ch_host.service_reload('apache2')
self.remove_state('ssl.requested')
self.set_state('ssl.enabled', True)