Steven Dake b132587389 Remove config-internal for glance
Change-Id: If5e100ddf5eda6a484d2eeb4c6adb9ee588d9b92
Partially-Implements: blueprint remove-internal-config
2015-08-09 17:29:58 -07:00

5 lines
186 B
Docker

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