Update outdate explanation about virt_type

xen and uml are no longer supported as valid virt_types, and now
parallels is supported instead.

Change-Id: Ic2716fabae751f74f055fd5ed8bcf7e67e3e956f
This commit is contained in:
Takashi Kajinami 2021-02-01 22:44:03 +09:00
parent 118800197a
commit 560209a3e0
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 (