8817389ada
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
(cherry picked from commit 2c1456b3f2
)
8 lines
141 B
YAML
8 lines
141 B
YAML
---
|
|
|
|
fixes:
|
|
- |
|
|
Fixes regression for show_metadata and the response dictionary. The
|
|
correct response is: {meta: {'key': 'value}}.
|
|
|