cinder/releasenotes/notes/fix-schema-validation-attachment-create-3488914cb52d44d2.yaml
whoami-rajat f179df0864 Add releasenote for schema validation fix
With change I5108fd51effa4d72581654ed450d191a13e0e964, we changed
schema validation for attachment create API to make the instance uuid
parameter optional and also add validation for mode parameter.
This is a followup patch to add a releasenote for the same.

Change-Id: I4a6e93ea98cfd4988d38bedca6e5538391c1f74d
2021-08-17 14:53:43 +00:00

11 lines
434 B
YAML

---
fixes:
- |
Fixed the schema validation for attachment create API
to make instance uuid an optional field. It had mistakenly
been defined as a required field when schema validation
was added in an earlier release.
Also updated the schema to allow specification of the ``mode``
parameter, which has been available since microversion >= 3.54,
but which was not recognized as a legitimate request field.