From c581ae4b8da6823409b31ad0216d27547df36f5f Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 14 Jul 2017 10:25:40 -0400 Subject: [PATCH] corrected version --- lib/ansible/modules/cloud/openstack/os_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/openstack/os_image.py b/lib/ansible/modules/cloud/openstack/os_image.py index 9d96e9e358..83ac57cfb2 100644 --- a/lib/ansible/modules/cloud/openstack/os_image.py +++ b/lib/ansible/modules/cloud/openstack/os_image.py @@ -39,7 +39,7 @@ options: required: true default: None id: - version_added: "2.3.0" + version_added: "2.4" description: - The Id of the image required: false