mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
cloudstack: add more common returns
This commit is contained in:
parent
81ee2412a4
commit
2913d2b44d
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
Add a link
Reference in a new issue