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
This commit is contained in:
Dean Troyer
2014-09-18 00:56:38 -05:00
parent 95fe3fda3d
commit 1ecf1bee2d
11 changed files with 623 additions and 60 deletions

@ -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