From 6a02c75b7c319fec724b353ed01d46ce4d59e282 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Thu, 31 Oct 2013 12:34:04 +0200 Subject: [PATCH] Fix description of nova_compute:name option It's the name of the instance, not of an image. --- library/cloud/nova_compute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cloud/nova_compute b/library/cloud/nova_compute index 643d685ac9..bed780bf2d 100644 --- a/library/cloud/nova_compute +++ b/library/cloud/nova_compute @@ -61,7 +61,7 @@ options: default: present name: description: - - Name that has to be given to the image + - Name that has to be given to the instance required: true default: None image_id: