Merge "Update Cinder dockerfiles for formatting"

This commit is contained in:
Jenkins 2016-04-13 08:49:53 +00:00 committed by Gerrit Code Review
commit ffc5e11d93
3 changed files with 5 additions and 3 deletions

View File

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

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-cinder \
RUN yum -y install \
openstack-cinder \
python-automaton \
lvm2 \
ceph-common \

View File

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