Merge "Fix neutron-server for centos-binary"

This commit is contained in:
Jenkins 2016-01-07 10:33:45 +00:00 committed by Gerrit Code Review
commit 3b8e600794

View File

@ -4,10 +4,12 @@ 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'] %}