Comment 5 for bug 1952279

Revision history for this message
Felipe Reyes (freyes) wrote :

Andre,

Please verify the following files have the same content within each octavia unit

/etc/ovn/cert_host /etc/octavia/ovn_certificate.pem
/etc/ovn/key_host /etc/octavia/ovn_private_key.pem
/etc/ovn/ovn-chassis.crt /etc/octavia/ovn_ca_cert.pem

running md5sum against them won't do the trick since the files under /etc/ovn/ don't have a '\n' at the end, so please inspect them manually.

If they are not the same, please make a backup of the ones in the /etc/octavia directory (e.g. cp /etc/octavia/ovn_ca_cert.pem /etc/octavia/ovn_ca_cert.pem.bak) and copy the ones in /etc/ovn over the ones in /etc/octavia:

cp /etc/octavia/ovn_certificate.pem /etc/octavia/ovn_certificate.pem.bak
cp /etc/octavia/ovn_private_key.pem /etc/octavia/ovn_private_key.pem.bak
cp /etc/octavia/ovn_ca_cert.pem /etc/octavia/ovn_ca_cert.pem.bak

cp /etc/ovn/cert_host /etc/octavia/ovn_certificate.pem
cp /etc/ovn/key_host /etc/octavia/ovn_private_key.pem
cp /etc/ovn/ovn-chassis.crt /etc/octavia/ovn_ca_cert.pem

And then restart octavia daemons.