barbican: Use python3 plugin in uwsgi config

backport: ussuri, train

Without this the container returns an empty response.

Change-Id: Ic36845f3fc625c080c92904b58ace070dd24fbb2
Closes-Bug: #1881784
This commit is contained in:
Mark Goddard 2020-06-04 12:19:13 +01:00
parent c3bda3f6cf
commit 895c86a846

View File

@ -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