[Bug 1248519] Re: 'search_opts' unexpected keyword argument for resource manager list()

OpenStack Infra 1248519 at bugs.launchpad.net
Sat Jan 25 06:38:26 UTC 2014


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 <chenxiao at cn.ibm.com>
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
Server Team, which is subscribed to python-cinderclient in 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



More information about the Ubuntu-server-bugs mailing list