Comment 2 for bug 1628572

Revision history for this message
halfss (ljvsss) wrote :

diff --git a/docker/heat/heat-base/Dockerfile.j2 b/docker/heat/heat-base/Dockerfile.j2
index e7507a6..4585060 100644
--- a/docker/heat/heat-base/Dockerfile.j2
+++ b/docker/heat/heat-base/Dockerfile.j2
@@ -6,6 +6,7 @@ MAINTAINER {{ maintainer }}

 RUN yum -y install \
         openstack-heat-common \
+ python-croniter \
     && yum clean all

     {% elif base_distro in ['ubuntu'] %}

this is work for me