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
(cherry picked from commit e22f1ee93f99f25876857b1c405cab19e00229a4)
This commit is contained in:
Kourosh Vivan 2019-08-27 16:45:40 +02:00 committed by kourosh vivan
parent e0583fd473
commit 5a4870807e

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]