Skip to content
Snippets Groups Projects
Commit b1325873 authored by Steven Dake's avatar Steven Dake
Browse files

Remove config-internal for glance

Change-Id: If5e100ddf5eda6a484d2eeb4c6adb9ee588d9b92
Partially-Implements: blueprint remove-internal-config
parent 32c2f8e1
No related branches found
No related tags found
Loading
......@@ -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/
......@@ -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"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment