Skip to content

Commit 1319184

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fixes solum_api Listening on 127.0.0.1" into stable/victoria
2 parents 5c5dbf4 + ac6039b commit 1319184

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ansible/roles/solum/templates/solum.conf.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ bind_port = {{ solum_application_deployment_port }}
1212
image_format = vm
1313
port = {{ solum_application_deployment_port }}
1414
workers = {{ openstack_service_workers }}
15+
{% if service_name == 'solum-api' %}
16+
host = {{ api_interface_address }}
17+
{% endif %}
1518

1619
[conductor]
1720
topic = solum-conductor

0 commit comments

Comments
 (0)