Files
python-cinderclient/cinderclient/v3
Cao Shufeng cd9850b715 Parse filter item "name" correctly for snapshot-list
Cinderclient will parse filter item "name" to "display_name"
when get snapshot list via v2/v3 api.
This works for admin user. However for non-admin user,
cinder-api[1] removes "display_name" as an invalid filter item
and return the full snapshot list.
This change use "name" as filter of snapshots rather than
"display_name".

[1]: https://github.com/openstack/cinder/blob/master/cinder/api/v2/snapshots.py#L87-#L93

Co-Authored-By: cheneydc <dongc@neunn.com>

Change-Id: I63b6049a417293534079012dc6ee2a5b25e176be
Closes-Bug: #1554538
2016-09-12 08:47:23 +00:00
..
2016-09-01 08:21:57 -04:00
2016-07-19 16:35:45 -04:00
2016-07-29 12:41:44 +02:00