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: