From 2305c12c56cb75dcc31ee128ad8b43f4497c34f3 Mon Sep 17 00:00:00 2001 From: zhoulinhui Date: Sat, 6 Feb 2021 15:43:59 +0800 Subject: [PATCH] Remove zaqar client from openstack-base and heat-engine Change-Id: Idfec98f5dee6419dabbd0824b60af60eb0ecd3f2 --- docker/heat/heat-engine/Dockerfile.j2 | 1 - docker/openstack-base/Dockerfile.j2 | 3 --- 2 files changed, 4 deletions(-) diff --git a/docker/heat/heat-engine/Dockerfile.j2 b/docker/heat/heat-engine/Dockerfile.j2 index bd558e2a84..41efb0fc9f 100644 --- a/docker/heat/heat-engine/Dockerfile.j2 +++ b/docker/heat/heat-engine/Dockerfile.j2 @@ -12,7 +12,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build {% set heat_engine_packages = [ 'openstack-heat-engine', 'python3-barbicanclient', - 'python3-zaqarclient' ] %} {% elif base_package_type == 'deb' %} {# TODO(mnasiadka): Remove extra clients once bug 1893935 is solved in UCA #} diff --git a/docker/openstack-base/Dockerfile.j2 b/docker/openstack-base/Dockerfile.j2 index 3b236b1394..278ad0c886 100644 --- a/docker/openstack-base/Dockerfile.j2 +++ b/docker/openstack-base/Dockerfile.j2 @@ -96,7 +96,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build 'python3-troveclient', 'python3-vitrageclient', 'python3-webob', - 'python3-zaqarclient', 'systemd-sysv' ] %} @@ -139,7 +138,6 @@ ENV DEBIAN_FRONTEND noninteractive 'python3-swiftclient', 'python3-troveclient', 'python3-zake', - 'python3-zaqarclient' ] %} {% endif %} @@ -306,7 +304,6 @@ ENV DEBIAN_FRONTEND noninteractive 'python-swiftclient', 'python-troveclient', 'python-vitrageclient', - 'python-zaqarclient', 'pytz', 'repoze.lru', 'requests',