From 3112bfadb5d70723b182f6c5a87409cd38eedbe5 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Thu, 19 Sep 2019 13:50:37 +0100 Subject: [PATCH] Add global override for service bind address Change-Id: I21d212c2b51cdc6f33c1301b91c317bbe7f12088 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index e01b9517..43612f7f 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -279,7 +279,7 @@ neutron_service_user_name: neutron neutron_service_name: neutron neutron_service_type: network neutron_service_description: "OpenStack Networking" -neutron_api_bind_address: 0.0.0.0 +neutron_api_bind_address: "{{ openstack_service_bind_address | default('0.0.0.0') }}" neutron_service_port: 9696 neutron_service_proto: http neutron_service_publicuri_proto: "{{ openstack_service_publicuri_proto | default(neutron_service_proto) }}"