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
This commit is contained in:
parent
4fa1b3b5ff
commit
48bb37fa37
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user