afdd11b9a2
Useful api_interface_address variable has been define here: https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L57 In order to simplify codebase we must use it as much as possible. Change-Id: I18fec19bf69e05a22a4142a9cd1165eccd022455
12 lines
298 B
Django/Jinja
12 lines
298 B
Django/Jinja
[uwsgi]
|
|
socket = {{ api_interface_address }}:{{ barbican_api_port }}
|
|
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
|