Merge "Fix missing libraries for ceilometer"

This commit is contained in:
Jenkins
2016-03-01 18:10:13 +00:00
committed by Gerrit Code Review

View File

@@ -6,6 +6,8 @@ MAINTAINER {{ maintainer }}
RUN yum -y install \
openstack-ceilometer-common \
python-tooz \
python-olso-db \
&& yum clean all
{% elif base_distro in ['ubuntu'] %}