cinder/releasenotes/notes/powerstore-request-data-validation-6268f2ed07b7bf40.yaml
olegnest a4ab9220fc PowerStore driver - Request data validation fix
Due to json.dumps({}) method returns {}, an error occurs in some
client's methods, such as when deleting volumes. This fix validate
if any payload was provided for the request.

Closes-Bug: #1981068
Change-Id: I0b389f4f53d3b34eddc23a7aebc85a5b42f3a09f
2022-07-13 17:33:51 +03:00

7 lines
164 B
YAML

---
fixes:
- |
PowerStore driver `bug #1981068
<https://bugs.launchpad.net/cinder/+bug/1981068>`_: Fixed
request data validation for the REST client.