Files
openstacksdk/releasenotes/notes/fix-restore-resp-4e0bf3a246f3dc59.yaml
Rajat Dhasmana a9ad50640f Fix volume backup restore response
Previously the backup restore response only included ``id``
whereas the restore API returns ``backup_id``, ``volume_id``
and ``volume_name`` fields.
Turns out the resource_response_key was missing in the translate
response method and the has_body parameter was set to False indicating
that the response doesn't return a body which is not true.
This patch fixes the above stated issues.

Story: 2011235
Task: 51137

Change-Id: Id5c7fd2f0fcb55474b44b688bfdebaca4c670bd2
2024-10-10 14:18:25 +05:30

7 lines
162 B
YAML

---
fixes:
- |
Previously the volume backup restore response only
returned ``id`` and now it also returns ``volume_id``
and ``volume_name`` fields.