Fix missing libraries for ceilometer

Change-Id: I5571a5639f9f1b5cb0c8ea87188c3d0b9557cba7
Closes-Bug: #1551407
This commit is contained in:
Hui Kang 2016-02-29 15:46:18 -05:00
parent 1e68e445db
commit cd735fd0a7
1 changed files with 2 additions and 0 deletions

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'] %}