Merge pull request #1279 from AlanCoding/822_keystone_v3_OS_cred

Add OpenStack V3 credential type
This commit is contained in:
Alan Rominger
2016-03-23 16:45:42 -04:00
14 changed files with 164 additions and 21 deletions

View File

@@ -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')