Remove adding repo in magnum-base Dockerfile

delorean repo is added in base image. No need add it in magnum.

Change-Id: I2bcbd31ee60fc52a01d08d501e8c668982d14576
Closes-Bug: #1640022
(cherry picked from commit 48bb37fa37)
This commit is contained in:
Jeffrey Zhang 2016-11-08 13:15:54 +08:00 committed by Jeffrey Zhang
parent 72d5132104
commit c494352040
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux'] %}
RUN curl -L https://trunk.rdoproject.org/centos7/current/delorean.repo -o /etc/yum.repos.d/delorean.repo \
&& yum install -y openstack-magnum-common \
RUN yum install -y openstack-magnum-common \
&& yum clean all
{% endif %}