From 88e7dcf1744d03054ede3e058d797c876b63d02f Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 21 Oct 2015 19:39:17 -0400 Subject: [PATCH] fixed mispelled description --- cloud/openstack/os_image.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/openstack/os_image.py b/cloud/openstack/os_image.py index 4687ce5e972..dc36a7474a5 100644 --- a/cloud/openstack/os_image.py +++ b/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