
Change-Id: I4f9ae0ac908ae7c7b72270680304bd9554ca1bf7 Partially-Implements: blueprint remove-config-internal
9 lines
269 B
Docker
9 lines
269 B
Docker
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%ceilometer-base:%%KOLLA_TAG%%
|
|
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|
|
|
RUN yum install -y openstack-ceilometer-api && yum clean all
|
|
|
|
COPY ./start.sh /start.sh
|
|
COPY config-external.sh /opt/kolla/
|
|
CMD ["/start.sh"]
|