From 41e10e369045a7d20f74971db7af81bd362e5d8d Mon Sep 17 00:00:00 2001 From: PranaliD Date: Mon, 2 May 2016 03:17:09 -0400 Subject: [PATCH] Corrected wrong parameter in docstring In docstring of list() method of glanceclient/v1/images.py, parameter 'return_request_id' used within **kwargs is 'return_req_id', not 'return_request_id'. Changed 'return_request_id' to 'return_req_id'. Change-Id: I7f4a2a5af1b13184c67fa81be971dc5139569f8b Closes-Bug: 1573049 --- glanceclient/v1/images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glanceclient/v1/images.py b/glanceclient/v1/images.py index 14c1921e..6697e4e7 100644 --- a/glanceclient/v1/images.py +++ b/glanceclient/v1/images.py @@ -202,7 +202,7 @@ class ImageManager(base.ManagerWithFind): :param owner: If provided, only images with this owner (tenant id) will be listed. An empty string ('') matches ownerless images. - :param return_request_id: If an empty list is provided, populate this + :param return_req_id: If an empty list is provided, populate this list with the request ID value from the header x-openstack-request-id :rtype: list of :class:`Image`