Merge "Cleanup dependencies for neutron-base"

This commit is contained in:
Jenkins 2016-02-09 17:36:27 +00:00 committed by Gerrit Code Review
commit 48279a3e7a

View File

@ -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'] %}