Merge "Remove adding repo in magnum-base Dockerfile"

This commit is contained in:
Jenkins 2016-11-08 08:06:31 +00:00 committed by Gerrit Code Review
commit 01250d938e

@ -8,8 +8,6 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', '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 %}