Files
python-cinderclient/releasenotes/notes/bug-1675974-34edd5g9870e65b2.yaml
TommyLike 4ed71182b3 [BugFix] Add 'all_tenants', 'project_id' in attachment-list
There are some issues around new attach/detach API/CLI,
fix them step by step. This patch adds 'all_tenants' and
'tenant' support in cinder-client.

Change-Id: I6e360987a8d8bd6dfbeb34ea88f4964813f620b2
Depends-On: 8eac3b071c
Depends-On: bae8bd017e
Closes-Bug: #1675974
2017-03-28 08:57:06 +08:00

6 lines
166 B
YAML

---
fixes:
- The 'tenant' argument was ignored when listing attachments,
and now has been fixed.
[Bug `1675974 <https://bugs.launchpad.net/bugs/1675974>`_]