From 5e7be2041e9f05d9cdd267cbdba90935fa76b45c 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. --- cloud/nova_compute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/nova_compute b/cloud/nova_compute index 643d685ac9c..bed780bf2d1 100644 --- a/cloud/nova_compute +++ b/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: