Merge "Fix MariaDB bootstrap issues on CentOS"

This commit is contained in:
Zuul 2019-02-18 09:23:29 +00:00 committed by Gerrit Code Review
commit 78b5739019
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 }}