Octavia use barbican internalURL

OpenStack services communicate with each others using their internal
endpoint. Octavia was using barbican public endpoint, it may cause issue
when creating a TLS termination LB when public endpoint have not a
proper certificat.

Closes-Bug: 1843769
Change-Id: I8d30368d3e4c94161988f8db5861c12030f0120f
This commit is contained in:
Kourosh Vivan 2019-08-27 16:45:40 +02:00
parent f8f7a48d1d
commit e22f1ee93f
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ signing_digest = {{ octavia_signing_digest }}
# region_name =
#
# Endpoint type to use for communication with the Barbican service.
# endpoint_type = publicURL
endpoint_type = {{ octavia_clients_endpoint }}
[anchor]