Merge "Update Manila dockerfile for formatting"

This commit is contained in:
Jenkins 2016-04-13 07:42:42 +00:00 committed by Gerrit Code Review
commit 3bb813075a

@ -4,7 +4,8 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install openstack-manila-share \
RUN yum -y install \
openstack-manila-share \
&& yum clean all
{% endif %}