Merge "Glance missing oslo.i18n"

This commit is contained in:
Jenkins 2015-06-25 18:38:30 +00:00 committed by Gerrit Code Review
commit 3239e5278e

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