From 396e48b36e05fb44bf933fe99f9e6c57dbd55c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ne=C4=8Das?= Date: Tue, 16 Jul 2019 23:21:16 +0200 Subject: [PATCH] Ovirt update vm migrate docs backport (#58717) * ovirt update vm migration domunetation (#58577) * init update docs * Update lib/ansible/modules/cloud/ovirt/ovirt_vm.py Co-Authored-By: Alicia Cozine <879121+acozine@users.noreply.github.com> * add changelog --- .../fragments/58577-ovirt_update_vm_migration_domunetation.yml | 2 ++ lib/ansible/modules/cloud/ovirt/ovirt_vm.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/58577-ovirt_update_vm_migration_domunetation.yml diff --git a/changelogs/fragments/58577-ovirt_update_vm_migration_domunetation.yml b/changelogs/fragments/58577-ovirt_update_vm_migration_domunetation.yml new file mode 100644 index 00000000000..f41aad71e47 --- /dev/null +++ b/changelogs/fragments/58577-ovirt_update_vm_migration_domunetation.yml @@ -0,0 +1,2 @@ +bugfixes: + - ovirt update vm migration domunetation BZ(https://bugzilla.redhat.com/show_bug.cgi?id=1724535) diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_vm.py b/lib/ansible/modules/cloud/ovirt/ovirt_vm.py index 4afd92bec71..c4ba1fd76b4 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_vm.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_vm.py @@ -770,7 +770,7 @@ options: version_added: "2.8" force_migrate: description: - - "If I(true), the VM will migrate even if it is defined as non-migratable." + - If I(true), the VM will migrate when I(placement_policy=user-migratable) but not when I(placement_policy=pinned). version_added: "2.8" type: bool migrate: