mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
cloudstack: rename returns for consistency
This commit is contained in:
parent
fd361c7f5d
commit
d16429b59c
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ class AnsibleCloudStack(object):
|
||||||
'project': 'project',
|
'project': 'project',
|
||||||
'account': 'account',
|
'account': 'account',
|
||||||
'domain': 'domain',
|
'domain': 'domain',
|
||||||
'displaytext': 'displaytext',
|
'displaytext': 'display_text',
|
||||||
'displayname': 'displayname',
|
'displayname': 'display_name',
|
||||||
'description': 'description',
|
'description': 'description',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue