From 68f0791f56d5c24730cc2ccb540b3989a4e85285 Mon Sep 17 00:00:00 2001 From: "Haider, Nafiz (nh532m)" Date: Tue, 6 Oct 2020 17:11:23 -0500 Subject: [PATCH] [HEAT] Remove tls override for clients_heat Enable public endpoint for Heat Client for WaitCondition Functionality by removing tls override for clients_heat section in heat.conf Change-Id: I94e339a01e6dd4f82d4348805f02676190082a5d --- heat/Chart.yaml | 2 +- heat/values_overrides/tls.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/heat/Chart.yaml b/heat/Chart.yaml index 5c2d330415..3abc2a7b2b 100644 --- a/heat/Chart.yaml +++ b/heat/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Heat name: heat -version: 0.1.1 +version: 0.1.2 home: https://docs.openstack.org/heat/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Heat/OpenStack_Project_Heat_vertical.png sources: diff --git a/heat/values_overrides/tls.yaml b/heat/values_overrides/tls.yaml index 895916f99c..f7f36e4384 100644 --- a/heat/values_overrides/tls.yaml +++ b/heat/values_overrides/tls.yaml @@ -91,8 +91,6 @@ conf: cafile: /etc/heat/certs/ca.crt clients: ca_file: /etc/heat/certs/ca.crt - clients_heat: - ca_file: /etc/heat/certs/ca.crt clients_keystone: ca_file: /etc/heat/certs/ca.crt