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:
doc/source/command-objects
openstackclient
api
image
tests
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user