Cleanup dependencies for cinder-base
The python-cinder package now pulls the required dependency on
python-oslo-policy:
a22f32c619/openstack-cinder.spec (L143)
TrivialFix
Change-Id: I504546e75b5a237fc4aac89bd9a5c34f09570817
This commit is contained in:
parent
1f280adebe
commit
e9a64b589e
@ -4,12 +4,10 @@ MAINTAINER {{ maintainer }}
|
|||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
# TODO(Martin) remove python-oslo-policy once RDO package is fixed
|
|
||||||
RUN yum -y install openstack-cinder \
|
RUN yum -y install openstack-cinder \
|
||||||
python-automaton \
|
python-automaton \
|
||||||
lvm2 \
|
lvm2 \
|
||||||
ceph-common \
|
ceph-common \
|
||||||
python-oslo-policy \
|
|
||||||
&& yum clean all \
|
&& yum clean all \
|
||||||
&& mkdir -p /etc/ceph
|
&& mkdir -p /etc/ceph
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user