2016-10-11 10:05:07 +08:00
|
|
|
[uwsgi]
|
2017-04-18 09:10:44 +02:00
|
|
|
socket = {{ api_interface_address }}:{{ barbican_api_port }}
|
2016-10-11 10:05:07 +08:00
|
|
|
protocol = http
|
|
|
|
processes = {{ openstack_service_workers }}
|
|
|
|
lazy = true
|
|
|
|
vacuum = true
|
|
|
|
no-default-app = true
|
|
|
|
memory-report = true
|
|
|
|
plugins = python
|
|
|
|
paste = config:/etc/barbican/barbican-api-paste.ini
|
|
|
|
add-header = Connection: close
|