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
This commit is contained in:
Michal Nasiadka 2019-02-14 13:18:10 +01:00 committed by wu.chunyang
parent efa9bdee5e
commit 38c0a4f2d2
1 changed files with 0 additions and 2 deletions

View File

@ -8,9 +8,7 @@ default-character-set=utf8
default-character-set=utf8
[mysqld]
{% if kolla_base_distro in ['debian', 'ubuntu'] %}
basedir=/usr
{% endif %}
bind-address={{ api_interface_address }}
port={{ mariadb_port }}