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