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

Merge "Update Neutron dockerfiles for formatting"

parents f40d4dee 22c9cb3a
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
# Install required packages
RUN yum install -y \
RUN yum -y install \
ebtables \
openstack-neutron-linuxbridge \
&& yum clean all
......@@ -22,7 +22,7 @@ RUN apt-get install -y --no-install-recommends \
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
# Install required packages
RUN yum install -y \
RUN yum -y install \
ebtables \
bridge-utils \
&& yum clean all
......
......@@ -5,7 +5,7 @@ MAINTAINER {{ maintainer }}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
# Install required packages
RUN yum install -y \
RUN yum -y install \
openstack-neutron-openvswitch \
openvswitch \
&& yum clean all
......
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