Update Manila dockerfile for formatting

Change-Id: I83a7292ce84cd951de0127e6d3593e4e3beb43af
Partial-Bug:#1569417
This commit is contained in:
Swapnil Kulkarni (coolsvap) 2016-04-12 21:40:15 +05:30
parent 3f9f267a42
commit 84aceccf27
1 changed files with 2 additions and 1 deletions

View File

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