Remove unused conditions from undercloud post deployment

These two conditions are no longer used by any resources in
the template file.

Change-Id: I219bb8c1b98d9fae8190ec3bd0b708b9f3c2a1f9
This commit is contained in:
Takashi Kajinami 2022-09-26 14:41:36 +09:00
parent 09e8ccac77
commit c9d04ce3cd
1 changed files with 0 additions and 20 deletions

View File

@ -79,26 +79,6 @@ parameters:
The DNS domain used for the hosts. This must match the
overcloud_domain_name configured on the undercloud.
conditions:
tls_enabled:
or:
- not:
equals:
- {get_param: SSLCertificate}
- ""
- equals:
- {get_param: PublicSSLCertificateAutogenerated}
- true
ca_file_enabled:
and:
- not:
equals:
- {get_param: InternalTLSCAFile}
- ""
- tls_enabled
resources:
UndercloudPostConfig:
type: OS::Heat::SoftwareConfig