From 8cfd040e12badd1b05df37563cd3292b4737b78c Mon Sep 17 00:00:00 2001 From: caowei Date: Sun, 6 Nov 2016 08:33:33 +0800 Subject: [PATCH] Remove Fedora support from manilla-data Manilla was missed in the previous patch that deprecated Fedora from the project. Related-Bug: #1616387 Change-Id: Ib041817eaa3818cd0e86466b030b212782c074da --- docker/manila/manila-data/Dockerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/manila/manila-data/Dockerfile.j2 b/docker/manila/manila-data/Dockerfile.j2 index b1777bfae9..ec538dddda 100644 --- a/docker/manila/manila-data/Dockerfile.j2 +++ b/docker/manila/manila-data/Dockerfile.j2 @@ -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