Skip to content
Snippets Groups Projects
Commit 22c9cb3a authored by Swapnil Kulkarni (coolsvap)'s avatar Swapnil Kulkarni (coolsvap)
Browse files

Update Neutron dockerfiles for formatting

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