Request body validating middleware for OpenStack Identity resources.
A non-decorator way to validate a request, to be used inline.
request_body_schema – a schema to validate the resource reference
resource_to_validate – dictionary to validate
keystone.exception.ValidationError – if resource_to_validate is None. (see wrapper method below).
TypeError – at decoration time when the expected resource to validate isn’t found in the decorated method’s signature
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.