From fd85ef7fc82d8a18a0b50a9a0a4a4c277b9738f0 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 31 Jul 2023 14:30:49 +0200 Subject: [PATCH] Use proper galera port in configuration While _galera_port is defined and used for db_setup role, it's not in fact used in a connection string for oslo.db. Change-Id: I7979259bee2ec022299bc214ec3eb1634f796ece --- templates/adjutant.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/adjutant.yaml.j2 b/templates/adjutant.yaml.j2 index 0ea07b8..6838525 100644 --- a/templates/adjutant.yaml.j2 +++ b/templates/adjutant.yaml.j2 @@ -12,6 +12,7 @@ django: NAME: '{{ adjutant_galera_database }}' PASSWORD: '{{ adjutant_galera_password }}' USER: '{{ adjutant_galera_user }}' + PORT: '{{ adjutant_galera_port }}' logging: version: 1 disable_existing_loggers: False