cinder/releasenotes/notes/support-tenants-project-in-attachment-list-3edd8g138a28s4r8.yaml
TommyLike 9bb85f24de [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',
'project_id' support in attachment-list along with these
modifications:

1. Don't throw errors when have invalid filters and
   don't check filters when is admin context.
2. Don't apply filters again when query already applied
   limit and offset.

Change-Id: I5f469c809dfb16e52d6298c4aa13a30c27ee56f9
Closes-Bug: #1675974
2017-03-25 23:04:06 +08:00

5 lines
95 B
YAML

---
fixes:
- Add ``all_tenants``, ``project_id`` support in
attachment list&detail APIs.