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:
parent
fc73bdcc18
commit
bcd8e13c24
@ -926,7 +926,8 @@ def gce(cls):
|
||||
'multiline': True,
|
||||
'help_text': ('Paste the contents of the PEM file associated '
|
||||
'with the service account email.')
|
||||
}]
|
||||
}],
|
||||
'required': ['username', 'ssh_key_data'],
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user