Glance missing oslo.i18n

Glance required this package but it's not in rpm dependencies

Change-Id: I4a60e317ef1004649d2377f29b7f41b9c42c5212
Closes: bug 1468729
This commit is contained in:
Michal Jastrzebski (inc0) 2015-06-25 12:51:39 +02:00
parent e8535fc361
commit 89d69ecea1

View File

@ -1,7 +1,7 @@
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install openstack-glance && yum clean all
RUN yum -y install openstack-glance python-oslo-i18n && yum clean all
RUN mkdir -p /opt/kolla
COPY config-glance.sh /opt/kolla/config-glance.sh