From 534e02999f3ba9d999693bea83ffef524b5e4b0c Mon Sep 17 00:00:00 2001 From: Jon Schlueter Date: Tue, 29 Jan 2019 15:26:24 -0500 Subject: [PATCH] remove python-beaker from openstack-base rpm list this package is a WSGI helper for caching, not in openstack requirements, and only referenced in refstack and airship. If it's used by any packages that I missed it should be implicitly installed where used/needed instead of in openstack-base and not used Change-Id: Iafd6678846e7c495cc96a6d3a7681d70a4bf8171 --- docker/openstack-base/Dockerfile.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/openstack-base/Dockerfile.j2 b/docker/openstack-base/Dockerfile.j2 index 151bae8692..c855d0d9f2 100644 --- a/docker/openstack-base/Dockerfile.j2 +++ b/docker/openstack-base/Dockerfile.j2 @@ -71,7 +71,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build 'python-anyjson', 'python-aodhclient', 'python-barbicanclient', - 'python-beaker', 'python2-cachetools', 'python2-cffi', 'python2-cliff',