Comment 12 for bug 1719331

Revision history for this message
Michael Skalka (mskalka) wrote :

As of 2018-1-8 this bug persists for the aodh charm.

Similar symptoms as originally reported, apache2 is installing correctly however the certificates for the VIPs were still missing in /etc/apache2/ssl/aodh/.

As before, copying the other certs to match the VIP IPs resolved the issue:

$ cp /etc/apache2/ssl/aodh/[key, cert]_X.X.X.* /etc/apache2/ssl/aodh/[key, cert]_[VIP-1, VIP-2]
$ systemctl restart apache2