File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
environments/ci-multinode/kolla Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,6 @@ kolla_enable_tls_backend: "yes"
1515# Enable RabbitMQ TLS
1616rabbitmq_enable_tls : " yes"
1717
18- # Disable database TLS
19- database_enable_tls_internal : false
20- database_enable_tls_backend : false
21-
2218# ###########################################################################
2319# Most development environments will use nested virtualisation, and we can't
2420# guarantee that nested KVM support is available. Use QEMU as a lowest common
Original file line number Diff line number Diff line change @@ -60,3 +60,8 @@ prometheus_blackbox_exporter_endpoints_kayobe:
6060prometheus_openstack_exporter_interval : " {{ stackhpc_prometheus_openstack_exporter_interval }}s"
6161
6262rabbitmq_image : " {% raw %}{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/rabbitmq-4-1{% endraw %}"
63+
64+ # NOTE(seunghun1ee) Disable database TLS until ProxySQL 2.7 gets bug fix for
65+ # https://github.com/sysown/proxysql/issues/4877 or K-A bumps ProxySQL to 3.x.
66+ database_enable_tls_internal : false
67+ database_enable_tls_backend : false
You can’t perform that action at this time.
0 commit comments