diff --git a/manifests/compute/libvirt/services.pp b/manifests/compute/libvirt/services.pp index 37fa00b9c..61cd13b9c 100644 --- a/manifests/compute/libvirt/services.pp +++ b/manifests/compute/libvirt/services.pp @@ -67,7 +67,7 @@ class nova::compute::libvirt::services ( include nova::params if $modular_libvirt and !$::nova::params::modular_libvirt_support { - fail('Modular libvirt daemons are not support in this distribution') + fail('Modular libvirt daemons are not supported in this distribution') } if $libvirt_service_name { diff --git a/manifests/migration/libvirt.pp b/manifests/migration/libvirt.pp index 35f600066..ce7970e30 100644 --- a/manifests/migration/libvirt.pp +++ b/manifests/migration/libvirt.pp @@ -193,7 +193,7 @@ class nova::migration::libvirt( $modular_libvirt_real = pick($modular_libvirt, $::nova::params::modular_libvirt) if $modular_libvirt_real and !$::nova::params::modular_libvirt_support { - fail('Modular libvirt daemons are not support in this distribution') + fail('Modular libvirt daemons are not supported in this distribution') } validate_legacy(Enum['tcp', 'tls', 'ssh'], 'validate_re', $transport_real,