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
parent d2ba21bc51
commit 45466d960f
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux'] %}
{% set magnum_base_packages = ['openstack-magnum-common'] %}
RUN curl -L https://trunk.rdoproject.org/centos7/current/delorean.repo -o /etc/yum.repos.d/delorean.repo
{% elif base_distro in ['ubuntu'] %}
{% set magnum_base_packages = ['magnum-common'] %}
{% endif %}