Update Cinder dockerfiles for formatting
Change-Id: I73a97fa7b7f4a38aea778d9e7e482f35e22c62a8 Partial-Bug:#1569417
This commit is contained in:
parent
544c00b497
commit
62bffa7436
@ -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'] %}
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user