From 2a3732143ab9629158e0846150fd6904cc5a5830 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 15 Jun 2022 10:42:19 +0900 Subject: [PATCH] Remove leftover of the tripleo::firewall class This is follow-up of e64e47ebc74412856bd5aaf3f8443f350aa8452f and removes the ConfigDebug parameter from haproxy template beause it was used by the implementation to run puppet to firewall rules, which was already removed. Change-Id: I6f1c31bc77d6a4f79bcafd7d7565c74f8b0ddb26 --- deployment/haproxy/haproxy-container-puppet.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deployment/haproxy/haproxy-container-puppet.yaml b/deployment/haproxy/haproxy-container-puppet.yaml index 172819e3cf..3e44c45f0a 100644 --- a/deployment/haproxy/haproxy-container-puppet.yaml +++ b/deployment/haproxy/haproxy-container-puppet.yaml @@ -99,10 +99,6 @@ parameters: type: string description: Specifies the default CA cert to use if TLS is used for services in the internal network. - ConfigDebug: - default: false - description: Whether to run config management (e.g. Puppet) in debug mode. - type: boolean EnableLoadBalancer: default: true description: Whether to deploy a LoadBalancer, set to false when an external load balancer is used.