I want to add HTTPS support to Horizon, I am following this guide: https://docs.openstack.org/horizon/pike/admin/customize-configure.html#configure-dashboard which involves modifying /etc/openstack-dashboard/local_settings.py and /etc/apache2/conf.d/openstack-dashboard.conf
local_settings.py can be update with:
juju attach-resource openstack-dashboard theme=…/theme.tgz
juju config openstack-dashboard custom-theme=true
But how can I update Apache configuration? My question is, is there away to update Apache configuration with juju? or I have to edit the file in each of the dashboard units?