diff --git a/docker/centos/binary/heat/heat-base/Dockerfile b/docker/centos/binary/heat/heat-base/Dockerfile
old mode 100644
new mode 100755
index 5108861649535cf77cdf71295fa839808a3864ae..4dc854d712fc512fc21a59fbc1e7d44e54213528
--- a/docker/centos/binary/heat/heat-base/Dockerfile
+++ b/docker/centos/binary/heat/heat-base/Dockerfile
@@ -1,8 +1,9 @@
 FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
 MAINTAINER Kolla Project (https://launchpad.net/kolla)
 
+# TODO(inc0): when oslo_service lands in delorean, change pip to yum
 # necessary until https://bugzilla.redhat.com/show_bug.cgi?id=1229477 is fixed
-RUN yum -y install python-oslo-policy && yum clean all
+RUN yum -y install python-oslo-policy && yum clean all && pip install oslo.service
 
 RUN mkdir -p /opt/kolla
 COPY config-heat.sh /opt/kolla/config-heat.sh