Merge "Remove Fedora support from manilla-data"

This commit is contained in:
Jenkins 2016-11-09 19:51:34 +00:00 committed by Gerrit Code Review
commit f545d6a5a2

View File

@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
{% import "macros.j2" as macros with context %}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
&& /bin/false