Remove leftover of the tripleo::firewall class

This is follow-up of e64e47ebc7 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
This commit is contained in:
Takashi Kajinami 2022-06-15 10:42:19 +09:00
parent e1afca352e
commit 2a3732143a

View File

@ -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.