Skip to content
Snippets Groups Projects
Commit 675b040b authored by Adam Stackhouse's avatar Adam Stackhouse
Browse files

Updating proxysql.yaml.j2 to use mariadb_port for backends

Related-Bug: #2024554
Change-Id: Ie678d90f88034a079f3284ab5a509be24e8eb42b
parent e637978e
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ mysql_servers:
{% set WEIGHT = 10 %}
{% endif %}
- address: "{{ 'api' | kolla_address(host) }}"
port : {{ database_port }}
port : {{ mariadb_port }}
hostgroup : {{ WRITER_GROUP }}
max_connections: {{ proxysql_backend_max_connections }}
max_replication_lag: {{ proxysql_backend_max_replication_lag }}
......
---
fixes:
- |
Updates ``proxysql.yaml.j2`` to use mariadb_port for backends.
This fixes setups where ``database_port`` and ``mariadb_port`` differ.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment