Merge "Remove unused libvirt_vnc_specific_ca_set condition"

This commit is contained in:
Zuul 2022-05-23 11:53:47 +00:00 committed by Gerrit Code Review
commit 5d984907a5
2 changed files with 0 additions and 5 deletions

View File

@ -292,8 +292,6 @@ conditions:
and:
- {get_param: EnableInternalTLS}
- {get_param: UseTLSTransportForVnc}
libvirt_vnc_specific_ca_set:
not: {equals: [{get_param: LibvirtVncCACert}, '']}
memory_backing_dir_set:
not:
and:

View File

@ -321,9 +321,6 @@ conditions:
- {get_param: EnableInternalTLS}
- {get_param: UseTLSTransportForVnc}
libvirt_vnc_specific_ca_set:
not: {equals: [{get_param: LibvirtVncCACert}, '']}
use_tls_for_nbd:
and:
- {get_param: EnableInternalTLS}