add required fields for cloudforms credentials

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

View File

@ -891,7 +891,8 @@ def cloudforms(cls):
'label': 'Password',
'type': 'string',
'secret': True,
}]
}],
'required': ['host', 'username', 'password'],
}
)