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

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'],
} }
) )