Skip to content
Snippets Groups Projects
Commit 01250d93 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Remove adding repo in magnum-base Dockerfile"

parents f8391623 48bb37fa
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment