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:
parent
09e8ccac77
commit
c9d04ce3cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user