Merge "Fix duplicate listing of MariaDB image"

This commit is contained in:
Zuul 2018-09-18 18:00:37 +00:00 committed by Gerrit Code Review
commit f3055a4e65
1 changed files with 2 additions and 4 deletions

View File

@ -166,12 +166,10 @@ overcloud_container_image_regex_map:
enabled: "{{ kolla_enable_manila | bool }}"
- regex: mariadb
enabled: "{{ kolla_enable_mariadb | bool }}"
- regex: murano
enabled: "{{ kolla_enable_murano | bool }}"
- regex: mariadb
enabled: True
- regex: memcached
enabled: True
- regex: murano
enabled: "{{ kolla_enable_murano | bool }}"
- regex: neutron-server
enabled: "{{ kolla_enable_neutron | bool }}"
# Neutron SFC agent not currently supported on CentOS binary builds.