summaryrefslogtreecommitdiff
path: root/glanceclient/v1
diff options
context:
space:
mode:
authorPranaliD <pdeore@redhat.com>2016-05-02 03:17:09 -0400
committerPranaliD <pdeore@redhat.com>2016-05-02 03:43:44 -0400
commit41e10e369045a7d20f74971db7af81bd362e5d8d (patch)
tree3804edbc225abdab3544b6ecff12db77d3686dd6 /glanceclient/v1
parent9ffebbb25ed50d5abc12c56226b28ddedb11d278 (diff)
downloadpython-glanceclient-41e10e369045a7d20f74971db7af81bd362e5d8d.tar.gz
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
Diffstat (limited to 'glanceclient/v1')
-rw-r--r--glanceclient/v1/images.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glanceclient/v1/images.py b/glanceclient/v1/images.py
index 14c1921..6697e4e 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`