1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

add required fields for gce credentials

see: https://github.com/ansible/ansible-tower/issues/7463
This commit is contained in:
Ryan Petrello 2017-08-18 15:51:58 -04:00
parent fc73bdcc18
commit bcd8e13c24
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -926,7 +926,8 @@ def gce(cls):
'multiline': True, 'multiline': True,
'help_text': ('Paste the contents of the PEM file associated ' 'help_text': ('Paste the contents of the PEM file associated '
'with the service account email.') 'with the service account email.')
}] }],
'required': ['username', 'ssh_key_data'],
} }
) )