Merge "Add global override for service bind address"

This commit is contained in:
Zuul 2019-10-08 14:28:55 +00:00 committed by Gerrit Code Review
commit 1db76e0d82

View File

@ -121,7 +121,7 @@ mistral_galera_user: mistral
# Configuration options
mistral_debug: "{{ debug | default(false) }}"
mistral_bind_address: 0.0.0.0
mistral_bind_address: "{{ openstack_service_bind_address | default('0.0.0.0') }}"
mistral_service_port: 8989
# Overrides