From 3bf6802cb2550e1c112d9a0d1affa654805234f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ne=C4=8Das?= Date: Mon, 17 Feb 2020 18:19:57 +0100 Subject: [PATCH] ovirt_disk: correct description of storage_domain (#67454) * ovirt_disk: correct description of storage_domain * add changelog Signed-off-by: mnecas Co-authored-by: Abhijeet Kasurde --- .../67454-ovirt_disk-correct-description-of-storage_domain.yml | 2 ++ lib/ansible/modules/cloud/ovirt/ovirt_disk.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/67454-ovirt_disk-correct-description-of-storage_domain.yml diff --git a/changelogs/fragments/67454-ovirt_disk-correct-description-of-storage_domain.yml b/changelogs/fragments/67454-ovirt_disk-correct-description-of-storage_domain.yml new file mode 100644 index 00000000000..9c7a2e96add --- /dev/null +++ b/changelogs/fragments/67454-ovirt_disk-correct-description-of-storage_domain.yml @@ -0,0 +1,2 @@ +minor_changes: + - "ovirt_disk: correct description of storage_domain, there is no default value of the attribute" diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_disk.py b/lib/ansible/modules/cloud/ovirt/ovirt_disk.py index e2a4c795111..6e6b0893bea 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_disk.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_disk.py @@ -91,7 +91,7 @@ options: - Note that this option isn't idempotent as it's not currently possible to change sparseness of the disk via API. storage_domain: description: - - "Storage domain name where disk should be created. By default storage is chosen by oVirt/RHV engine." + - "Storage domain name where disk should be created." storage_domains: description: - "Storage domain names where disk should be copied."