From 768e515a3edcb1b86f65561f17f06c64437e1647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ne=C4=8Das?= Date: Tue, 13 Aug 2019 19:29:41 +0200 Subject: [PATCH] Ovirt host update force docs backport (#60475) * add changelog * Ovirt host update force docs (#60202) * update docs * update pep8 syntax * update pep8 syntax --- changelogs/fragments/60202-ovirt-host-update-force-docs.yml | 2 ++ lib/ansible/modules/cloud/ovirt/ovirt_host.py | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/60202-ovirt-host-update-force-docs.yml diff --git a/changelogs/fragments/60202-ovirt-host-update-force-docs.yml b/changelogs/fragments/60202-ovirt-host-update-force-docs.yml new file mode 100644 index 00000000000..74cc830caaf --- /dev/null +++ b/changelogs/fragments/60202-ovirt-host-update-force-docs.yml @@ -0,0 +1,2 @@ +minor_changes: + - ovirt_host - update force parameter documentation (https://bugzilla.redhat.com/show_bug.cgi?id=1719271#c11) diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_host.py b/lib/ansible/modules/cloud/ovirt/ovirt_host.py index b5c49a47dfd..88e0dad390f 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_host.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_host.py @@ -73,7 +73,8 @@ options: type: bool force: description: - - "If True host will be forcibly moved to desired state." + - "Indicates that the host should be removed even if it is non-responsive, + or if it is part of a Gluster Storage cluster and has volume bricks on it." default: False type: bool override_display: