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"
15
15
# Enable RabbitMQ TLS
16
16
rabbitmq_enable_tls : " yes"
17
17
18
- # Disable database TLS
19
- database_enable_tls_internal : false
20
- database_enable_tls_backend : false
21
-
22
18
# ###########################################################################
23
19
# Most development environments will use nested virtualisation, and we can't
24
20
# 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:
60
60
prometheus_openstack_exporter_interval : " {{ stackhpc_prometheus_openstack_exporter_interval }}s"
61
61
62
62
rabbitmq_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