Reviewed: https://review.openstack.org/67780 Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=2f0863b7d4d20198f496534d5ffef85e68ff45fc Submitter: Jenkins Branch: master
commit 2f0863b7d4d20198f496534d5ffef85e68ff45fc Author: Xiao Chen <[email protected]> Date: Mon Jan 20 15:29:55 2014 +0800 Fix 'search_opts' unexpected keyword argument error When executing 'encryption-type-create' command using resource name, it will use the findall() in base.py, then error will occur because list() in findall() used 'search_opts' argument which list() in VolumeEncryptionTypeManager did not have. Some other command like 'transfer-delete' met same issue. This patch will add 'search_opts' argument in list() function in child class to avoid the bug. Closes-Bug: #1248519 Related-Bug: #1252665 Change-Id: If1cd8b812af21335e5d4351766539a927a8fbdf4 ** Changed in: python-cinderclient Status: In Progress => Fix Committed -- 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 [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
