From 895c86a846181f6ee125aa2ddadf77a1891efe88 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 4 Jun 2020 12:19:13 +0100 Subject: [PATCH] barbican: Use python3 plugin in uwsgi config backport: ussuri, train Without this the container returns an empty response. Change-Id: Ic36845f3fc625c080c92904b58ace070dd24fbb2 Closes-Bug: #1881784 --- ansible/roles/barbican/templates/barbican-api.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/barbican/templates/barbican-api.ini.j2 b/ansible/roles/barbican/templates/barbican-api.ini.j2 index 706d9e8d29..e8dad55f12 100644 --- a/ansible/roles/barbican/templates/barbican-api.ini.j2 +++ b/ansible/roles/barbican/templates/barbican-api.ini.j2 @@ -9,6 +9,6 @@ lazy = true vacuum = true no-default-app = true memory-report = true -plugins = python +plugins = python3 paste = config:/etc/barbican/barbican-api-paste.ini add-header = Connection: close