Merge "kolla-toolbox: use proper mariadb packages on CentOS/non-x86"

This commit is contained in:
Jenkins 2017-05-10 11:02:17 +00:00 committed by Gerrit Code Review
commit bd31b73f33

View File

@ -36,8 +36,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% else %}
{% set kolla_toolbox_packages = kolla_toolbox_packages + [
'mariadb',
'mariadb-devel',
'mariadb-shared'
'mariadb-devel'
] %}
{% endif %}