From aa9245f29fec9741a38c915a529a7666405874ba Mon Sep 17 00:00:00 2001 From: "Swapnil Kulkarni (coolsvap)" Date: Wed, 22 Jun 2016 08:26:45 +0530 Subject: [PATCH] Remove deprecated package python-tuskarclient TrivialFix Change-Id: I4477b1e9681a34a85baf30e94c63f05e0d24ab7a --- docker/openstack-base/Dockerfile.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/openstack-base/Dockerfile.j2 b/docker/openstack-base/Dockerfile.j2 index 74d691a2d3..6a041d947e 100644 --- a/docker/openstack-base/Dockerfile.j2 +++ b/docker/openstack-base/Dockerfile.j2 @@ -139,7 +139,6 @@ RUN yum -y install \ python-testtools \ python-traceback2 \ python-troveclient \ - python-tuskarclient \ python-unicodecsv \ python-unittest2 \ python-urllib3 \ @@ -157,7 +156,6 @@ RUN yum -y install \ # This will prevent questions from being asked during the install ENV DEBIAN_FRONTEND noninteractive -# There is no python-tuskarclient in ubuntu 14.04 RUN apt-get -y install --no-install-recommends \ python-barbicanclient \ python-ceilometerclient \ @@ -314,7 +312,6 @@ RUN ln -s openstack-base-source/* /requirements \ python-saharaclient \ python-swiftclient \ python-troveclient \ - python-tuskarclient \ python-zaqarclient \ pytz \ repoze.lru \