Merge "Add conntrack-tools" into stable/mitaka

This commit is contained in:
Jenkins 2016-03-26 15:15:16 +00:00 committed by Gerrit Code Review
commit c39e55203d
1 changed files with 4 additions and 2 deletions

View File

@ -14,8 +14,8 @@ RUN yum -y install \
RUN apt-get install -y --no-install-recommends \
neutron-plugin-ml2 \
openvswitch-switch \
neutron-server \
openvswitch-switch \
&& apt-get clean \
&& mkdir -p /usr/share/neutron \
&& ln -s /etc/neutron/api-paste.ini /usr/share/neutron/api-paste.ini
@ -25,16 +25,18 @@ RUN apt-get install -y --no-install-recommends \
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install \
uuid \
conntrack-tools \
dnsmasq \
ipset \
openvswitch \
uuid \
&& yum clean all
{% elif base_distro in ['ubuntu', 'debian'] %}
RUN apt-get install -y --no-install-recommends \
arping \
conntrack \
dnsmasq \
ipset \
iptables \