Use proper galera port in configuration
While <servuce>_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
This commit is contained in:
parent
fb228dc778
commit
fd85ef7fc8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user