From 1ecf1bee2d5c1566533cdd8fad99733ea8336aa8 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 18 Sep 2014 00:56:38 -0500 Subject: 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 --- openstackclient/api/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/api/api.py') 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 -- cgit v1.2.1