Skip to content
Snippets Groups Projects
Commit 72122929 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add conntrack-tools"

parents 2bed01f9 27975f8a
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment