Install python-dogpile-cache for python-ironicclient

Change-Id: I4f41d05be1dc01b00e794b872e7f79d5bee48a21
Closes-Bug: #1546024
This commit is contained in:
Allen Gao 2016-02-16 19:14:06 +08:00
parent 2b45dc47de
commit 98a0b755eb

View File

@ -13,12 +13,15 @@ RUN yum -y install \
{% if install_type == 'binary' %}
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
# TODO(Allen) Remove python-dogpile-cache after the requirement of
# python-ironicclient is fixed.
RUN yum -y install \
python-barbicanclient \
python-ceilometerclient \
python-congressclient \
python-designateclient \
python-heatclient \
python-dogpile-cache \
python-ironicclient \
python-magnumclient \
python-manilaclient \