diff --git a/docker/cinder/cinder-base/Dockerfile.j2 b/docker/cinder/cinder-base/Dockerfile.j2
index fa1502255687d35c328eb8c50eda0ec52f8d76f5..c2e091e5274d200b8d0eef3331e15e5f8dbf7b10 100644
--- a/docker/cinder/cinder-base/Dockerfile.j2
+++ b/docker/cinder/cinder-base/Dockerfile.j2
@@ -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