Merge "Fix neutron-server for centos-binary"
This commit is contained in:
commit
3b8e600794
@ -4,10 +4,12 @@ MAINTAINER {{ maintainer }}
|
|||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
|
# TODO(mandre) remove python-oslo-reports once RDO package is fixed
|
||||||
RUN yum -y install \
|
RUN yum -y install \
|
||||||
openstack-neutron \
|
openstack-neutron \
|
||||||
openstack-neutron-ml2 \
|
openstack-neutron-ml2 \
|
||||||
openvswitch \
|
openvswitch \
|
||||||
|
python-oslo-reports \
|
||||||
&& yum clean all
|
&& yum clean all
|
||||||
|
|
||||||
{% elif base_distro in ['ubuntu'] %}
|
{% elif base_distro in ['ubuntu'] %}
|
||||||
|
Loading…
Reference in New Issue
Block a user