summaryrefslogtreecommitdiff
path: root/openstackclient/api/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove code migrated to osc-lib long agoDean Troyer2019-05-161-84/+0
| | | | | | | | | * Remove openstackclient.api.utils and use osc_lib.api.utils * Remove openstackclient.common.clientmanager.ClientManager.auth_ref * Remove openstackclient.common.commandmanager Change-Id: I67e1dbc53cc0b37967c0011bcb2fc09bdef62d94 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
* Fix typos in docstrings and commentsDao Cong Tien2016-04-061-1/+1
| | | | Change-Id: Ic2dc057dca87212f715970f8325956c42f62ea9f
* Use instanceof instead of typeBrandon Palm2016-02-221-1/+1
| | | | | | | | | Adjusted conditional statements to use instanceof when comparing variables. Instanceof supports inheritance type checking better than type. Change-Id: I4ee0004934dc2322d43ef07e797a6811e39a812c Closes-Bug: 1548530
* Fix a spell typosvenkatamahesh2016-02-031-2/+2
| | | | Change-Id: I422fc8086af83efa4c04fd1951b4738404c1a1b7
* Add filter to image listDean Troyer2015-01-271-0/+84
* 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