mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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',
|
'project': 'project',
|
||||||
'account': 'account',
|
'account': 'account',
|
||||||
'domain': 'domain',
|
'domain': 'domain',
|
||||||
|
'displaytext': 'displaytext',
|
||||||
|
'displayname': 'displayname',
|
||||||
|
'description': 'description',
|
||||||
}
|
}
|
||||||
|
|
||||||
# Init returns dict for use in subclasses
|
# Init returns dict for use in subclasses
|
||||||
|
|
Loading…
Add table
Reference in a new issue