summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorVincent Hou <sbhou@cn.ibm.com>2013-11-20 04:34:38 -0500
committerAvishay Traeger <avishay@il.ibm.com>2013-12-03 11:59:19 +0200
commite64973f9a70fba10b25645c74454fc3d744568bf (patch)
tree0d9cdd30b295937528b8ef857718070a31992323 /doc/source
parent1aa375ae43ef212ed7bd0487d3d3267e1b931978 (diff)
downloadpython-cinderclient-e64973f9a70fba10b25645c74454fc3d744568bf.tar.gz
Add search_opts into the method list() for VolumeTypeManager
Since the method base.ManagerWithFind.findall has been modified by adding the search_opts for all tenants support, the parameter search_opts should also be added to all the manager classes, which can be called whithin this method. volumetypemanager does not have this parameter for its method list(). Adding search_opts will resolve this issue. Closes-Bug: #1252665 Change-Id: I526500625f1b5483cb5d88ea15e6ac8485a66ae3
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 0a299bb..44cc757 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -34,6 +34,7 @@ MASTER
.. _1254951: http://bugs.launchpad.net/python-cinderclient/+bug/1254951
.. _1254587: http://bugs.launchpad.net/python-cinderclient/+bug/1254587
.. _1253142: http://bugs.launchpad.net/python-cinderclient/+bug/1253142
+.. _1252665: http://bugs.launchpad.net/python-cinderclient/+bug/1252665
1.0.7
-----