Merge "Update Neutron dockerfiles for formatting"
This commit is contained in:
commit
b2a3d3bb8b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user