Merge "Fixes solum_api Listening on 127.0.0.1"
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user