From bcfe75a52d473f461b2320008f8336d1f1b917f4 Mon Sep 17 00:00:00 2001
From: Rene Moser <mail@renemoser.net>
Date: Tue, 22 Sep 2015 18:28:18 +0200
Subject: [PATCH] cloudstack: fix redundant security_group return

---
 cloud/cloudstack/cs_instance.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cloud/cloudstack/cs_instance.py b/cloud/cloudstack/cs_instance.py
index f15241f5354..15fd828554f 100644
--- a/cloud/cloudstack/cs_instance.py
+++ b/cloud/cloudstack/cs_instance.py
@@ -402,7 +402,6 @@ class AnsibleCloudStackInstance(AnsibleCloudStack):
             'isoname':              'iso',
             'templatename':         'template',
             'keypair':              'ssh_key',
-            'securitygroup':        'security_group',
         }
         self.instance = None
         self.template = None