Reviewed: https://review.openstack.org/74880 Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=029a77645592093f8b46c2d7472d2536f0db78d3 Submitter: Jenkins Branch: master
commit 029a77645592093f8b46c2d7472d2536f0db78d3 Author: seungjin <seungjin77....@samsung.com> Date: Thu Feb 20 09:25:32 2014 +0900 Fix 'search_opts' error with backup delete command The following error message is yield when we try to backup volume which is not present. ERROR: list() got an unexpected keyword argument 'search_opts' This is from findall() method in the cinderclient.base.ManagerWithFind class. When cinderclient get a specific resource, it use the findall() method. The error will yields which list() in VolumeEncryptionTypeManager did not have. Change-Id: Iffe568c6d2de41b8e24658f3a54f2861e2f7db31 Closes-Bug: #1282324 Related-Bug: #1248519 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1248519 Title: 'search_opts' unexpected keyword argument for resource manager list() To manage notifications about this bug go to: https://bugs.launchpad.net/python-cinderclient/+bug/1248519/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs