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
|
@ -56,6 +56,9 @@ class AnsibleCloudStack(object):
|
|||
'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