cinder/releasenotes/notes/bug-1671220-4d521be71d0b8aa4.yaml
prashkre 9ed8c61ec5 Consistency groups API is not returning project_id filter groups.
This fixes issue with consistency groups API which is always
returning 'context.project_id' specific consistency groups from
cinder.groups instead of required project specific groups i.e.
irrespective of filters ('all_tenants','project_id') being passed
it is returning context.project_id groups.

Closes-Bug: #1671220

Change-Id: I553aab33c01f1e5b0053172e86d276ccfabf4952
2017-03-21 18:47:41 +00:00

7 lines
166 B
YAML

---
fixes:
- |
Fixed consistency groups API which was always returning groups
scoped to project ID from user context instead of given input
project ID.