Glance has some undefined dependencies in Kilo packaging

Glance has two undefined dependencies.  Without installing these
dependencies out of band, glance will not operate.

Change-Id: I096881467d8e0022d58e6c6f745e610d9332dd82
Partially-Implements: blueprint port-kilo
This commit is contained in:
Steven Dake 2015-05-02 09:15:50 -07:00
parent 747f80e928
commit 5a06b0a075

View File

@ -1,7 +1,9 @@
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install openstack-glance && yum clean all
# We really shouldn't need to install python-oslo-log or python-oslo-policy
# See: https://bugzilla.redhat.com/show_bug.cgi?id=1218349
RUN yum -y install openstack-glance python-oslo-log python-oslo-policy && yum clean all
RUN mkdir -p /opt/kolla
COPY config-glance.sh /opt/kolla/config-glance.sh