From 98a0b755eb82fbca70ccf0ccea471bf328f16b7f Mon Sep 17 00:00:00 2001 From: Allen Gao Date: Tue, 16 Feb 2016 19:14:06 +0800 Subject: [PATCH] Install python-dogpile-cache for python-ironicclient Change-Id: I4f41d05be1dc01b00e794b872e7f79d5bee48a21 Closes-Bug: #1546024 --- docker/openstack-base/Dockerfile.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/openstack-base/Dockerfile.j2 b/docker/openstack-base/Dockerfile.j2 index c9deeb64a7..d1a91d7364 100644 --- a/docker/openstack-base/Dockerfile.j2 +++ b/docker/openstack-base/Dockerfile.j2 @@ -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 \