manila/releasenotes/notes/bug-1968069-fix-share-metadata-api-c31aca75bac66501.yaml
Ashley Rodriguez 2c1456b3f2 Shares Metadata follow-up patch
Addresses some comments from initial patch here [1].
Also addresses a regression regarding get_metadata_item or show_metadata
and the response keys as shown in this bug [2].

[1]: https://review.opendev.org/c/openstack/manila/+/824648
[2]: https://bugs.launchpad.net/manila/+bug/1968069

Closes-Bug: #1968069
Change-Id: Ib5a62599b84ba55617071f8bcd8e2a1a11b2537b
2022-04-14 21:05:59 +00:00

8 lines
141 B
YAML

---
fixes:
- |
Fixes regression for show_metadata and the response dictionary. The
correct response is: {meta: {'key': 'value}}.