From 1ff1e2d9a666c15e9f1e70c0aa4df6ef6163ad0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ne=C4=8Das?= Date: Tue, 3 Sep 2019 21:43:56 +0200 Subject: [PATCH] ovirt vm update kernel docs backport (#60582) * ovirt vm update kernel docs (#60407) * ovirt vm update kernel docs * update doc phrase * update docs * add changelog --- changelogs/fragments/60582-ovirt-vm-update-kernel-docs.yml | 3 +++ lib/ansible/modules/cloud/ovirt/ovirt_vm.py | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 changelogs/fragments/60582-ovirt-vm-update-kernel-docs.yml diff --git a/changelogs/fragments/60582-ovirt-vm-update-kernel-docs.yml b/changelogs/fragments/60582-ovirt-vm-update-kernel-docs.yml new file mode 100644 index 00000000000..fd232536413 --- /dev/null +++ b/changelogs/fragments/60582-ovirt-vm-update-kernel-docs.yml @@ -0,0 +1,3 @@ +--- +minor_changes: + - ovirt_vm - add documentation warning about linux boot params - they will not be suported since oVirt 4.4 (https://bugzilla.redhat.com/1732437) diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_vm.py b/lib/ansible/modules/cloud/ovirt/ovirt_vm.py index cd8027431ae..7fe3ca60f0b 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_vm.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_vm.py @@ -487,21 +487,25 @@ options: description: - "If I(true) C(kernel_params), C(initrd_path) and C(kernel_path) will persist in virtual machine configuration, if I(False) it will be used for run once." + - Usable with oVirt 4.3 and lower; removed in oVirt 4.4. type: bool version_added: "2.8" kernel_path: description: - Path to a kernel image used to boot the virtual machine. - Kernel image must be stored on either the ISO domain or on the host's storage. + - Usable with oVirt 4.3 and lower; removed in oVirt 4.4. version_added: "2.3" initrd_path: description: - Path to an initial ramdisk to be used with the kernel specified by C(kernel_path) option. - Ramdisk image must be stored on either the ISO domain or on the host's storage. + - Usable with oVirt 4.3 and lower; removed in oVirt 4.4. version_added: "2.3" kernel_params: description: - Kernel command line parameters (formatted as string) to be used with the kernel specified by C(kernel_path) option. + - Usable with oVirt 4.3 and lower; removed in oVirt 4.4. version_added: "2.3" instance_type: description: