mirror of
https://github.com/ansible/awx.git
synced 2026-04-19 17:00:20 -02:30
Add keystone v3 support via new domain field on credential
This commit is contained in:
@@ -1484,7 +1484,8 @@ class CredentialSerializer(BaseSerializer):
|
||||
class Meta:
|
||||
model = Credential
|
||||
fields = ('*', 'user', 'team', 'kind', 'cloud', 'host', 'username',
|
||||
'password', 'security_token', 'project', 'ssh_key_data', 'ssh_key_unlock',
|
||||
'password', 'security_token', 'project', 'domain',
|
||||
'ssh_key_data', 'ssh_key_unlock',
|
||||
'become_method', 'become_username', 'become_password',
|
||||
'vault_password')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user