3a7609d8fa
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
6 lines
175 B
YAML
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.
|