Merge "Add global override for service bind address"
This commit is contained in:
commit
f85f59e2aa
@ -231,7 +231,7 @@ ironic_service_user_name: "ironic"
|
||||
ironic_wsgi_threads: 1
|
||||
ironic_wsgi_processes_max: 16
|
||||
ironic_wsgi_processes: "{{ [[ansible_processor_vcpus|default(4) // 4, 1] | max, ironic_wsgi_processes_max] | min }}"
|
||||
ironic_uwsgi_bind_address: 0.0.0.0
|
||||
ironic_uwsgi_bind_address: "{{ openstack_service_bind_address | default('0.0.0.0') }}"
|
||||
|
||||
### OpenStack Services to integrate with
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user