Comment 20 for bug 1998417

Revision history for this message
Noel Ashford (nashford77) wrote :

Have ben running open stack with self signed without issue for a long time, all options are set from that doc, but still, no dropdown. The issue seems to me like we need a way to disable strict check or that it is not using my CA cert somewhere.

(kolla-2023.1) root@cube-server:~# grep -i tls globals.yml | grep -v \# | grep kolla
kolla_enable_tls_internal: "yes"
kolla_enable_tls_external: "{{ kolla_enable_tls_internal if kolla_same_external_internal_vip | bool else 'no' }}"
kolla_enable_tls_backend: "yes"
kolla_verify_tls_backend: "yes"
kolla_tls_backend_cert: "{{ kolla_certificates_dir }}/backend-cert.pem"
kolla_tls_backend_key: "{{ kolla_certificates_dir }}/backend-key.pem"

(kolla-2023.1) root@cube-server:~# grep -i copy globals.yml | grep -v \# | grep kolla
kolla_copy_ca_into_containers: "yes"