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',
|
||||
'account': 'account',
|
||||
'domain': 'domain',
|
||||
'displaytext': 'displaytext',
|
||||
'displayname': 'displayname',
|
||||
'displaytext': 'display_text',
|
||||
'displayname': 'display_name',
|
||||
'description': 'description',
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue