From e0d4d397ff24b67acde2f6a828f47e0be47d657d Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 21 Oct 2015 19:39:17 -0400 Subject: [PATCH] fixed mispelled description --- 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 4687ce5e97..dc36a7474a 100644 --- a/lib/ansible/modules/cloud/openstack/os_image.py +++ b/lib/ansible/modules/cloud/openstack/os_image.py @@ -75,12 +75,12 @@ options: required: false default: None ramdisk: - descrption: + description: - The name of an existing ramdisk image that will be associated with this image required: false default: None kernel: - descrption: + description: - The name of an existing kernel image that will be associated with this image required: false default: None