From b354423bae06d277e89d2d4ccde1dd2bd610dac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harri=20H=C3=A4m=C3=A4l=C3=A4inen?= Date: Thu, 11 Dec 2014 18:59:42 +0200 Subject: [PATCH] Fixed typo in comment --- cloud/openstack/glance_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/openstack/glance_image.py b/cloud/openstack/glance_image.py index 3bbc6f0ebca..6425fa2ca5d 100644 --- a/cloud/openstack/glance_image.py +++ b/cloud/openstack/glance_image.py @@ -254,7 +254,7 @@ def main(): else: _glance_delete_image(module, module.params, client) -# this is magic, see lib/ansible/module.params['common.py +# this is magic, see lib/ansible/module_common.py from ansible.module_utils.basic import * from ansible.module_utils.openstack import * main()