Skip to content
Snippets Groups Projects
Commit e9a64b58 authored by Martin André's avatar Martin André
Browse files

Cleanup dependencies for cinder-base

The python-cinder package now pulls the required dependency on
python-oslo-policy:

https://github.com/openstack-packages/cinder/blob/a22f32c619c94bf0ac188d4cdcf728c0e71152ea/openstack-cinder.spec#L143

TrivialFix

Change-Id: I504546e75b5a237fc4aac89bd9a5c34f09570817
parent 1f280ade
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,10 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% 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 \
python-automaton \
lvm2 \
ceph-common \
python-oslo-policy \
&& yum clean all \
&& mkdir -p /etc/ceph
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment