Merge "External_fqdn for host_href in barbican.conf"

This commit is contained in:
Jenkins 2017-02-03 04:31:23 +00:00 committed by Gerrit Code Review
commit be311f62bd

View File

@ -5,7 +5,7 @@ log_dir = /var/log/kolla/barbican
bind_port = {{ barbican_api_port }}
bind_host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
host_href = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ barbican_api_port }}
host_href = {{ public_protocol }}://{{ kolla_external_fqdn }}:{{ barbican_api_port }}
backlog = 4096
max_allowed_secret_in_bytes = 10000
max_allowed_request_size_in_bytes = 1000000