Comment 12 for bug 1952279

Revision history for this message
Andrei Fer (andreifer20) wrote :

Thanks for the workaround. Works for me in Openstack/Victoria installed with Juju on LXD containers. To explain what I did:

0) connect to lxd containers
1) cp /etc/octavia/ovn_certificate.pem /etc/octavia/ovn_certificate.pem.bkp
2) cp /etc/octavia/ovn_private_key.pem /etc/octavia/ovn_private_key.pem.bkp
3) cp /etc/ovn/cert_host /etc/octavia/ovn_certificate.pem
4) cp /etc/ovn/key_host /etc/octavia/ovn_private_key.pem
5) systemctl restart apache2
6) check the logs -> tail -n 400 -f /var/log/apache2/octavia_access.log -> you will 200 response code instead of 503
Repeat all the steps on each lxd containers.