Merge "Update Zaqar dockerfile for formatting"

This commit is contained in:
Jenkins 2016-04-13 08:42:10 +00:00 committed by Gerrit Code Review
commit f36d1c5866

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