Merge pull request #11977 from resmo/for-ansible
cloudstack: add more common returns
This commit is contained in:
commit
4068598c15
1 changed files with 11 additions and 8 deletions
|
@ -48,14 +48,17 @@ class AnsibleCloudStack(object):
|
|||
# Common returns, will be merged with self.returns
|
||||
# search_for_key: replace_with_key
|
||||
self.common_returns = {
|
||||
'id': 'id',
|
||||
'name': 'name',
|
||||
'created': 'created',
|
||||
'zonename': 'zone',
|
||||
'state': 'state',
|
||||
'project': 'project',
|
||||
'account': 'account',
|
||||
'domain': 'domain',
|
||||
'id': 'id',
|
||||
'name': 'name',
|
||||
'created': 'created',
|
||||
'zonename': 'zone',
|
||||
'state': 'state',
|
||||
'project': 'project',
|
||||
'account': 'account',
|
||||
'domain': 'domain',
|
||||
'displaytext': 'displaytext',
|
||||
'displayname': 'displayname',
|
||||
'description': 'description',
|
||||
}
|
||||
|
||||
# Init returns dict for use in subclasses
|
||||
|
|
Loading…
Reference in a new issue