Fix missing libraries for ceilometer
Change-Id: I5571a5639f9f1b5cb0c8ea87188c3d0b9557cba7 Closes-Bug: #1551407
This commit is contained in:
parent
1e68e445db
commit
cd735fd0a7
@ -6,6 +6,8 @@ MAINTAINER {{ maintainer }}
|
|||||||
|
|
||||||
RUN yum -y install \
|
RUN yum -y install \
|
||||||
openstack-ceilometer-common \
|
openstack-ceilometer-common \
|
||||||
|
python-tooz \
|
||||||
|
python-olso-db \
|
||||||
&& yum clean all
|
&& yum clean all
|
||||||
|
|
||||||
{% elif base_distro in ['ubuntu'] %}
|
{% elif base_distro in ['ubuntu'] %}
|
||||||
|
Loading…
Reference in New Issue
Block a user