When a required field is missing the following error gets raised:
File "/home/vagrant/devel/pulp-cli/pulpcore/cli/common/openapi.py", line 194, in validate_body
_("Required field(s) '{missing_field}' missing.").format(
KeyError: 'missing_field'
Reproduced with pulp deb distribution create --name complex-dists (but any plugin type will work).
When a required field is missing the following error gets raised:
Reproduced with
pulp deb distribution create --name complex-dists(but any plugin type will work).