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

Merge "Cleanup dependencies for neutron-base"

parents 43bbaf76 ed8d9118
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,10 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
# TODO(mandre) remove python-oslo-reports once RDO package is fixed
RUN yum -y install \
openstack-neutron \
openstack-neutron-ml2 \
openvswitch \
python-oslo-reports \
&& yum clean all
{% elif base_distro in ['ubuntu'] %}
......
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