From 5e8915f1c8000a1d8fa5513db9aa6532ab52d0e5 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 4 Mar 2021 15:25:49 -0800 Subject: [PATCH] Add python-logstash-async to container images This adds the python-logstash-async module to the list of packages that should be present in container images. This allows operators to configure direct-to-logstash logging from Nodepool. This matches a similar change in Zuul: I6764876c7e64afa94dcdf8f49215cf7abc607a57 Change-Id: I4f4a2ec7f7762fd3e431bfc49f3c7f37c520ed5a --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index ec21c2f26..095f3d250 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,3 +37,4 @@ warning-is-error = 1 nodepool_base = yappi objgraph + python-logstash-async