We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c5dbf4 + ac6039b commit 1319184Copy full SHA for 1319184
ansible/roles/solum/templates/solum.conf.j2
@@ -12,6 +12,9 @@ bind_port = {{ solum_application_deployment_port }}
12
image_format = vm
13
port = {{ solum_application_deployment_port }}
14
workers = {{ openstack_service_workers }}
15
+{% if service_name == 'solum-api' %}
16
+host = {{ api_interface_address }}
17
+{% endif %}
18
19
[conductor]
20
topic = solum-conductor
0 commit comments