Comment 1 for bug 1205956

Revision history for this message
Xiaoxi Chen (xiaoxi-chen) wrote : Re: Cinder:List Snapshot Details can not use search options like "offset" and "limit" by using admin user

This is simply because in api/v2/snapshots.py, it doesn't pop out limit and offset from GET param before use it as filter
refer to:
https://github.com/openstack/cinder/blob/master/cinder/api/v2/snapshots.py#L143