diff --git a/plugins/modules/proxmox_kvm.py b/plugins/modules/proxmox_kvm.py index 225e3d7..4f6779d 100644 --- a/plugins/modules/proxmox_kvm.py +++ b/plugins/modules/proxmox_kvm.py @@ -13,7 +13,6 @@ module: proxmox_kvm short_description: Management of Qemu(KVM) Virtual Machines in Proxmox VE cluster. description: - Allows you to create/delete/stop Qemu(KVM) Virtual Machines in Proxmox VE cluster. - - From xoxys.general 4.0.0 on, there will be no default values, see I(proxmox_default_behavior). author: "Abdoul Bah (@helldorado) " options: acpi: @@ -32,7 +31,6 @@ options: - This option is for experts only! - If I(proxmox_default_behavior) is set to C(compatiblity) (the default value), this option has a default of C(-serial unix:/var/run/qemu-server/.serial,server,nowait). - Note that the default value of I(proxmox_default_behavior) changes in xoxys.general 4.0.0. type: str autostart: description: @@ -143,7 +141,6 @@ options: - If I(proxmox_default_behavior) is set to C(compatiblity) (the default value), this option has a default of C(qcow2). If I(proxmox_default_behavior) is set to C(no_defaults), not specifying this option is equivalent to setting it to C(unspecified). - Note that the default value of I(proxmox_default_behavior) changes in xoxys.general 4.0.0. type: str choices: [ "cloop", "cow", "qcow", "qcow2", "qed", "raw", "vmdk", "unspecified" ] freeze: @@ -1143,13 +1140,6 @@ def main(): if module.params["proxmox_default_behavior"] is None: module.params["proxmox_default_behavior"] = "compatibility" - module.deprecate( - "The proxmox_default_behavior option will change its default value from " - "'compatibility' to 'no_defaults' in xoxys.general 4.0.0. " - "To remove this warning, please specify an explicit value for it now ", - version="4.0.0", - collection_name="xoxys.general" - ) if module.params["proxmox_default_behavior"] == "compatibility": old_default_values = dict( acpi=True,