cloudstack: fix redundant security_group return
This commit is contained in:
parent
47cfb2c734
commit
57a9af5693
1 changed files with 0 additions and 1 deletions
|
@ -402,7 +402,6 @@ class AnsibleCloudStackInstance(AnsibleCloudStack):
|
||||||
'isoname': 'iso',
|
'isoname': 'iso',
|
||||||
'templatename': 'template',
|
'templatename': 'template',
|
||||||
'keypair': 'ssh_key',
|
'keypair': 'ssh_key',
|
||||||
'securitygroup': 'security_group',
|
|
||||||
}
|
}
|
||||||
self.instance = None
|
self.instance = None
|
||||||
self.template = None
|
self.template = None
|
||||||
|
|
Loading…
Reference in a new issue