Merge "Update openvswitch dockerfile for formatting"

This commit is contained in:
Jenkins 2016-04-22 11:20:43 +00:00 committed by Gerrit Code Review
commit bd1d1622be

@ -3,7 +3,7 @@ MAINTAINER {{ maintainer }}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum install -y \
RUN yum -y install \
openvswitch \
&& yum clean all