From 3fa48dfb6fc1c1f9257fd52289c6f3e3a2bfa6e2 Mon Sep 17 00:00:00 2001 From: Nicolas Bock Date: Wed, 7 Nov 2018 04:18:57 -0700 Subject: [PATCH] Update os_image.py (#47222) The description of the `name` and `id` options are updated to highlight the fact that the `name` (which is required and leads to failures if several images exist with the same name) argument can also contain the image `id`. +label: docsite_pr --- lib/ansible/modules/cloud/openstack/os_image.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/openstack/os_image.py b/lib/ansible/modules/cloud/openstack/os_image.py index cc43e47d65..fd4a36e1d5 100644 --- a/lib/ansible/modules/cloud/openstack/os_image.py +++ b/lib/ansible/modules/cloud/openstack/os_image.py @@ -27,12 +27,12 @@ description: options: name: description: - - Name that has to be given to the image + - The name of the image when uploading - or the name/ID of the image if deleting required: true id: version_added: "2.4" description: - - The Id of the image + - The ID of the image when uploading an image checksum: version_added: "2.5" description: