Comment 0 for bug 1879995

Revision history for this message
Ryan Farrell (whereisrysmind) wrote :

Currently the charm is configured to take ssl certificates and configure horizon from the certificates relation. In this case it will ignore the ssl certificate stuff from the charms config.

When removing the certificates relation however, there is no relation-departed code which re-configures openstack dashboard to use ssl certs defined in the config data.

The workaround currently is to remove the relation, then --reset the ssl_cert in the charm's config, and then set the value again.