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
(cherry picked from commit 9bb85f24de)
5 lines
95 B
YAML
5 lines
95 B
YAML
---
|
|
fixes:
|
|
- Add ``all_tenants``, ``project_id`` support in
|
|
attachment list&detail APIs.
|