Merge "Fixes solum_api Listening on 127.0.0.1"

This commit is contained in:
Zuul 2021-01-05 12:57:54 +00:00 committed by Gerrit Code Review
commit 33eda62e46

@ -12,6 +12,9 @@ bind_port = {{ solum_application_deployment_port }}
image_format = vm
port = {{ solum_application_deployment_port }}
workers = {{ openstack_service_workers }}
{% if service_name == 'solum-api' %}
host = {{ api_interface_address }}
{% endif %}
[conductor]
topic = solum-conductor