Add global override for service bind address

Change-Id: Ia929974da1035406c47d609bd1bca102a79574ed
This commit is contained in:
Jonathan Rosser 2019-09-19 09:48:17 +01:00
parent c00363e3d7
commit 16ac9c2a5a
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ barbican_service_role_names:
- admin
- creator
barbican_service_region: RegionOne
barbican_service_host: "0.0.0.0"
barbican_service_host: "{{ openstack_service_bind_address | default('0.0.0.0') }}"
barbican_service_port: 9311
barbican_service_proto: http
barbican_service_publicuri_proto: "{{ openstack_service_publicuri_proto | default(barbican_service_proto) }}"