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.
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 ovn_certificate .pem /etc/octavia/ ovn_certificate .pem.bkp ovn_private_ key.pem /etc/octavia/ ovn_private_ key.pem. bkp ovn_certificate .pem ovn_private_ key.pem apache2/ octavia_ access. log -> you will 200 response code instead of 503
1) cp /etc/octavia/
2) cp /etc/octavia/
3) cp /etc/ovn/cert_host /etc/octavia/
4) cp /etc/ovn/key_host /etc/octavia/
5) systemctl restart apache2
6) check the logs -> tail -n 400 -f /var/log/
Repeat all the steps on each lxd containers.