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:
parent
118800197a
commit
560209a3e0
@ -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
|
||||
|
@ -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*]
|
||||
|
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user