Merge "Remove config-internal for glance"

This commit is contained in:
Jenkins 2015-08-10 12:44:25 +00:00 committed by Gerrit Code Review
commit 88b6f97cd0
2 changed files with 0 additions and 4 deletions

View File

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

View File

@ -11,6 +11,4 @@ RUN cd /glance \
&& cp -r /glance/etc/* /etc/glance/ \
&& rm -rf /root/.cache
COPY config-glance.sh /opt/kolla/
CMD ["/start.sh"]