cd0336658f
By default barbican uwsgi is configured to listen all address on host [1], we need to change this to the ip address of the host. [1]: https://github.com/openstack/barbican/blob/master/etc/barbican/vassals/barbican-api.ini Change-Id: I4a1f9fb44ad55caf21f82c1b6d272a9743d65fd8 Closes-bug: #1632177
12 lines
352 B
Django/Jinja
12 lines
352 B
Django/Jinja
[uwsgi]
|
|
socket = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['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
|