Cleanup dependencies for neutron-base

The python-neutron package now pulls the required dependency on
python-oslo-reports:

774036f7f9/openstack-neutron.spec (L125)

TrivialFix

Change-Id: I6cb4d0d9601c910cf631dddcf715a7f4fc9754e3
This commit is contained in:
Martin André 2016-02-09 08:59:06 +09:00
parent 815f040ee8
commit ed8d911881
1 changed files with 0 additions and 2 deletions

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