cloudstack: remove self.result, is defined in super class from utils

This commit is contained in:
Rene Moser 2015-05-14 00:03:17 +02:00 committed by Matt Clay
parent 997ad728ea
commit 9ff63f2338
11 changed files with 0 additions and 32 deletions

View file

@ -98,7 +98,6 @@ extends_documentation_fragment: cloudstack
'''
EXAMPLES = '''
---
# Register an ISO if ISO name does not already exist.
- local_action:
module: cs_iso
@ -184,9 +183,6 @@ class AnsibleCloudStackIso(AnsibleCloudStack):
def __init__(self, module):
AnsibleCloudStack.__init__(self, module)
self.result = {
'changed': False,
}
self.iso = None
def register_iso(self):