summaryrefslogtreecommitdiff
path: root/openstackclient/tests/api/fakes.py
Commit message (Collapse)AuthorAgeFilesLines
* Move session and fixtures to keystoneauth1Steve Martinelli2015-10-141-1/+1
| | | | | | | | in an effort to start consuming keystoneauth1, we can move our sesssion and fixture code over to use keystoneauth1 instead of keystoneclient. Change-Id: Ibcbd588ce2e3d864f87ff1eb6e1c3c071a1e06f6
* Add filter to image listDean Troyer2015-01-271-0/+56
* Hides previously broken --page-size option * Adds --property to image list for filtering on properties * Adds Visibility, Protected, Owner, Properties/Tags to --long output * Adds api.utils.simple_filter() for selecting matches out of a list of objects * Adds tests for all of the above * Updates image docs There are additional filtering options to be added in later reviews. Change-Id: I32feff0ad61aae749b33621c817658d7dc90c3aa Closes-bug: 1401902