|
|
|
@ -229,12 +229,6 @@ parameters:
|
|
|
|
|
description: The password for the libvirt service when TLS is enabled |
|
|
|
|
type: string |
|
|
|
|
hidden: true |
|
|
|
|
NovaNfsEnabled: |
|
|
|
|
default: false |
|
|
|
|
description: Whether to enable or not the NFS backend for Nova |
|
|
|
|
type: boolean |
|
|
|
|
tags: |
|
|
|
|
- role_specific |
|
|
|
|
LibvirtLogFilters: |
|
|
|
|
description: Defines a filter in libvirt daemon to select a different |
|
|
|
|
logging level for a given category log outputs, as specified |
|
|
|
@ -339,13 +333,6 @@ conditions:
|
|
|
|
|
- {get_param: QemuCACert} |
|
|
|
|
- '' |
|
|
|
|
|
|
|
|
|
nova_nfs_enabled: |
|
|
|
|
or: |
|
|
|
|
- and: |
|
|
|
|
- equals: [{get_param: NovaNfsEnabled}, true] |
|
|
|
|
- equals: [{get_param: [RoleParameters, NovaNfsEnabled]}, ''] |
|
|
|
|
- equals: [{get_param: [RoleParameters, NovaNfsEnabled]}, true] |
|
|
|
|
|
|
|
|
|
key_size_libvirt_override_unset: {equals: [{get_param: LibvirtCertificateKeySize}, '']} |
|
|
|
|
key_size_libvirtvnc_override_unset: {equals: [{get_param: LibvirtVNCServerCertificateKeySize}, '']} |
|
|
|
|
key_size_qemu_client_override_unset: {equals: [{get_param: QemuClientCertificateKeySize}, '']} |
|
|
|
|