diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2014-09-18 00:56:38 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2015-01-20 17:01:23 -0600 |
| commit | 1ecf1bee2d5c1566533cdd8fad99733ea8336aa8 (patch) | |
| tree | aaf60bd664d98b17dbb703f7b14fb681ccf24aaf /openstackclient/api/api.py | |
| parent | 95fe3fda3d041a4fa761040c80214d4ca5f29aaa (diff) | |
| download | python-openstackclient-1ecf1bee2d5c1566533cdd8fad99733ea8336aa8.tar.gz | |
Begin low-level API for Image v1 and v2
image list for v1 and v2:
* Add --public|--private to command parsers
* Implement local public/private filtering for v1 image_list()
* Pass public/private filter to server for v2 image_list()
Change-Id: Ie7c24ea2d1bf2b3b1b7fa342eb45fee45894634d
Diffstat (limited to 'openstackclient/api/api.py')
| -rw-r--r-- | openstackclient/api/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/api/api.py b/openstackclient/api/api.py index 90b4e9c3..ba83ce4d 100644 --- a/openstackclient/api/api.py +++ b/openstackclient/api/api.py @@ -161,7 +161,7 @@ class BaseAPI(KeystoneSession): ): """Return a list of resources - GET ${ENDPOINT}/${PATH} + GET ${ENDPOINT}/${PATH}?${PARAMS} path is often the object's plural resource type |
