Skip to content
Snippets Groups Projects
Commit 38c0a4f2 authored by Michal Nasiadka's avatar Michal Nasiadka Committed by wu.chunyang
Browse files

Fix MariaDB bootstrap issues on CentOS

Those issues intermittently show up in various branches,
in all cases it's wrong path used to resolveip binary.
Similar to the recent kolla-ansible-ubuntu-source job failures.

Change-Id: I8cce42b60897e4ceb8d3b0bd5181fda88b10c2b8
parent efa9bdee
No related branches found
No related tags found
No related merge requests found
...@@ -8,9 +8,7 @@ default-character-set=utf8 ...@@ -8,9 +8,7 @@ default-character-set=utf8
default-character-set=utf8 default-character-set=utf8
[mysqld] [mysqld]
{% if kolla_base_distro in ['debian', 'ubuntu'] %}
basedir=/usr basedir=/usr
{% endif %}
bind-address={{ api_interface_address }} bind-address={{ api_interface_address }}
port={{ mariadb_port }} port={{ mariadb_port }}
......
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