Remove unnecessary dependencies

Glance RPM has been confirmed to depend on python-oslo-log and
python-oslo-policy, so remove explicit package installs.

Change-Id: Ia390b4ff1b57a079032e1f3fb2403b9fb78f038f
This commit is contained in:
Jeff Peeler 2015-05-22 17:43:23 -04:00
parent e832e35295
commit 314b6d4c3c

View File

@ -1,10 +1,7 @@
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 yum -y install openstack-glance && yum clean all
RUN mkdir -p /opt/kolla
COPY config-glance.sh /opt/kolla/config-glance.sh