diff options
| author | Vincent Hou <sbhou@cn.ibm.com> | 2013-11-20 04:34:38 -0500 |
|---|---|---|
| committer | Avishay Traeger <avishay@il.ibm.com> | 2013-12-03 11:59:19 +0200 |
| commit | e64973f9a70fba10b25645c74454fc3d744568bf (patch) | |
| tree | 0d9cdd30b295937528b8ef857718070a31992323 /doc | |
| parent | 1aa375ae43ef212ed7bd0487d3d3267e1b931978 (diff) | |
| download | python-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')
| -rw-r--r-- | doc/source/index.rst | 1 |
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 ----- |
