add required fields for RHSatellite6 credentials

see: https://github.com/ansible/ansible-tower/issues/7467
This commit is contained in:
Ryan Petrello 2017-08-18 15:46:28 -04:00
parent a7a607e440
commit 50782b9465
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

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