Merge "Update outdate explanation about virt_type"

This commit is contained in:
Zuul 2021-03-15 09:01:18 +00:00 committed by Gerrit Code Review
commit a1e583ee0e
3 changed files with 4 additions and 4 deletions

View File

@ -104,7 +104,7 @@ If value is equal to ensure_absent_val then the resource will behave as if `ensu
Limitations
-----------
* Supports libvirt, xenserver and vmware compute drivers.
* Supports libvirt and vmware compute drivers.
* Tested on EL and Debian derivatives.
Development

View File

@ -10,7 +10,7 @@
# Defaults to 'present'
#
# [*virt_type*]
# (optional) Libvirt domain type. Options are: kvm, lxc, qemu, uml, xen
# (optional) Libvirt domain type. Options are: kvm, lxc, qemu, parallels
# Defaults to 'kvm'
#
# [*vncserver_listen*]
@ -208,7 +208,7 @@
# DEPRECATED PARAMETERS
#
# [*libvirt_virt_type*]
# (optional) Libvirt domain type. Options are: kvm, lxc, qemu, uml, xen
# (optional) Libvirt domain type. Options are: kvm, lxc, qemu, paralells
# Defaults to undef
#
# [*libvirt_cpu_mode*]

View File

@ -17,7 +17,7 @@
# Defaults to $::nova::params::virtlog_service_name
#
# [*libvirt_virt_type*]
# (optional) Libvirt domain type. Options are: kvm, lxc, qemu, uml, xen
# (optional) Libvirt domain type. Options are: kvm, lxc, qemu, parallels
# Defaults to 'kvm'
#
class nova::compute::libvirt::services (