From e22f1ee93f99f25876857b1c405cab19e00229a4 Mon Sep 17 00:00:00 2001 From: Kourosh Vivan Date: Tue, 27 Aug 2019 16:45:40 +0200 Subject: [PATCH] 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 --- templates/octavia.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/octavia.conf.j2 b/templates/octavia.conf.j2 index 66c8c5a4..b9b6350c 100644 --- a/templates/octavia.conf.j2 +++ b/templates/octavia.conf.j2 @@ -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]