From e32dcd5d1d9bf859a265aad9d56c664d8bc867a2 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Sat, 5 Sep 2015 15:01:05 -0700 Subject: [PATCH] Import not found for glance Glance now depends on python-castellan and python-cryptography but the package is not in the package depends list. Change-Id: I8ba8c191572b0c7f51df5948a2951d9a7e0aead4 Closes-Bug: #1492641 --- docker/glance/glance-base/Dockerfile.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/glance/glance-base/Dockerfile.j2 b/docker/glance/glance-base/Dockerfile.j2 index a11e30af0e..bce7c17793 100644 --- a/docker/glance/glance-base/Dockerfile.j2 +++ b/docker/glance/glance-base/Dockerfile.j2 @@ -8,6 +8,8 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla) RUN yum -y install \ openstack-glance \ python-oslo-i18n \ + python-castellan \ + python-cryptography \ && yum clean all {% elif base_distro in ['ubuntu', 'debian'] %}