kolla/docker/glance/glance-base/Dockerfile
Steven Dake 5a06b0a075 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
2015-05-06 13:54:04 -07:00

11 lines
415 B
Docker

FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
MAINTAINER Kolla Project (https://launchpad.net/kolla)
# 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