python-manilaclient/releasenotes/notes/bug-1738917-and-1738918-fix-access-share-group-type-by-name-3a8760522c147f28.yaml
Jiao Pengju 7e4a376426 Add search_opts in func list of ManagerWithFind type classes
In patch I96339778fa69c379863078250d5dfa7172f2c1b2, it called
self.list with search_opts, but some subclasses of ManagerWithFind
do not have search_opts in function list, this make some list
functions and show by name functions fail and throw 'unexpected
keyword argument search_opts' error. This patch will fix it.

Change-Id: Ic4b65c0e5900a0e3e19155d5d9d42d5063c3137d
Closes-Bug: #1738917
Closes-Bug: #1738918
2017-12-22 11:16:59 +08:00

5 lines
118 B
YAML
Executable File

---
fixes:
- Fixed bugs 1738917 and 1738918. Names can now be used in commands
pertaining to share group types.