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:
parent
c3bda3f6cf
commit
895c86a846
@ -9,6 +9,6 @@ lazy = true
|
|||||||
vacuum = true
|
vacuum = true
|
||||||
no-default-app = true
|
no-default-app = true
|
||||||
memory-report = true
|
memory-report = true
|
||||||
plugins = python
|
plugins = python3
|
||||||
paste = config:/etc/barbican/barbican-api-paste.ini
|
paste = config:/etc/barbican/barbican-api-paste.ini
|
||||||
add-header = Connection: close
|
add-header = Connection: close
|
||||||
|
Loading…
Reference in New Issue
Block a user