cloudstack: fix redundant security_group return

pull/4420/head
Rene Moser 2015-09-22 18:28:18 +02:00 committed by Matt Clay
parent 47cfb2c734
commit 57a9af5693
1 changed files with 0 additions and 1 deletions

View File

@ -402,7 +402,6 @@ class AnsibleCloudStackInstance(AnsibleCloudStack):
'isoname': 'iso',
'templatename': 'template',
'keypair': 'ssh_key',
'securitygroup': 'security_group',
}
self.instance = None
self.template = None