openstack-cinder for centos-binary
openstack-cinder package is missing a dependency on python-oslo-policy. Add it to Kolla until RDO packaging is fixed. Change-Id: I29a1b24e9508f186fa3be5ea6f138b2bd163f8b3 Closes-Bug: 1469891
This commit is contained in:
parent
6293c8362e
commit
b939770afa
@ -4,10 +4,12 @@ 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user