From 6c9de090fece79a62c8277d9532bfbf26d5e2a7b Mon Sep 17 00:00:00 2001
From: Darren Worrall <darren@iweb.co.uk>
Date: Fri, 28 Aug 2015 09:00:30 +0100
Subject: [PATCH] Doc fix

---
 lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py b/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py
index f904c6552a9..fbfb6fab373 100644
--- a/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py
+++ b/lib/ansible/modules/extras/cloud/cloudstack/cs_instance.py
@@ -53,7 +53,7 @@ options:
       - If not set, first found service offering is used.
     required: false
     default: null
-  cpu_count:
+  cpu:
     description:
       - The number of CPUs to allocate to the instance, used with custom service offerings
     required: false