Skip to content
Snippets Groups Projects
Commit 98a0b755 authored by Allen Gao's avatar Allen Gao
Browse files

Install python-dogpile-cache for python-ironicclient

Change-Id: I4f41d05be1dc01b00e794b872e7f79d5bee48a21
Closes-Bug: #1546024
parent 2b45dc47
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment