Install tooz for designate pool manager

designate added tooz as dependency, but this is not reflected in package
installation, so workaround this by yum install python-tooz

Change-Id: Ia1b69d3feb7379131371db75a25eefb949a66758
Closes-Bug: #1476578
This commit is contained in:
Yongfeng Du 2015-07-21 14:59:46 +08:00
parent 3dd31aad8a
commit 13dea8ea5c

View File

@ -9,6 +9,7 @@ RUN yum install -y \
MySQL-python \
openstack-designate-api \
openstack-designate-common \
python-tooz \
&& yum clean all \
&& cp /etc/designate/policy.json /tmp/ \
&& rpm -e openstack-designate-api \