python-manilaclient/releasenotes/notes/bug_1570085_fix-905786b797379309.yaml
nidhimittalhada 3a7609d8fa manila list --all-tenants should display projectID
Both 'manila list --all-tenants' and 'manila list --public'
should show column Project ID. Project/Tenant ownership of
shares is vital information, e.g. when working with project
quota allocations.

'manila list' doesn't show public shares of other projects.
Without '--all-tenants' and without '--public' the result
is scoped to the project/tenant of the user issuing the command.
So, it would be redundant to display a column for this.

Same fix has been put for snapshot-list --all-tenants too.

DocImpact
Change-Id: I7afae542c391041d48c28e268ab59c83447bb940
Closes-Bug: #1570085
2016-06-23 13:30:04 +00:00

6 lines
175 B
YAML

---
fixes:
- Both 'manila list --all-tenants' and 'manila list --public'
will show column Project ID. Same is the change in behavior
of snapshot-list --all-tenants.