File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
ansible/roles/loadbalancer Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,7 @@ mariadb_monitor_ping_interval: ""
218
218
mariadb_monitor_ping_timeout : " "
219
219
mariadb_monitor_ping_max_failures : " "
220
220
mariadb_monitor_read_only_interval : " "
221
+ mariadb_verbose_query_error : " {{ openstack_logging_debug }}"
221
222
#
222
223
# Defaults preserved for multinode setup
223
224
# Tweaked for single-node
Original file line number Diff line number Diff line change @@ -67,6 +67,9 @@ mysql_variables:
67
67
{% if mariadb_shun_on_failures | length > 0 %}
68
68
shun_on_failures: {{ mariadb_shun_on_failures }}
69
69
{% endif %}
70
+ {% if mariadb_verbose_query_error | bool %}
71
+ verbose_query_error: true
72
+ {% endif %}
70
73
{% if database_enable_tls_backend | bool %}
71
74
ssl_p2s_ca: "/etc/proxysql/certs/root.crt"
72
75
ssl_p2s_cert: "/etc/proxysql/certs/mariadb-cert.pem"
You can’t perform that action at this time.
0 commit comments