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:
parent
815f040ee8
commit
ed8d911881
@ -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'] %}
|
||||
|
Loading…
Reference in New Issue
Block a user