Update Neutron dockerfiles for formatting

Change-Id: I19298f750e3bbf6fee12129d424b2c2b8810464c
Partial-Bug:#1569417
This commit is contained in:
Swapnil Kulkarni (coolsvap) 2016-04-12 21:55:14 +05:30
parent 3e1acf005e
commit 22c9cb3a42
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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