Search opts message when trying to delete backup

Bug #1282324 reported by John Haan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-cinderclient
Fix Released
Medium
John Haan

Bug Description

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.

Fortunately, there is a bug fix related to this error.

https://review.openstack.org/#/c/67780/

Therefore, I can fix it easily adding search_opts in list method.

John Haan (yongiman)
Changed in python-cinderclient:
assignee: nobody → John Haan (yongiman)
John Haan (yongiman)
Changed in python-cinderclient:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-cinderclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/74880

Jay Bryant (jsbryant)
Changed in python-cinderclient:
importance: Undecided → Medium
Changed in python-cinderclient:
assignee: John Haan (yongiman) → Mike Perez (thingee)
Changed in python-cinderclient:
assignee: Mike Perez (thingee) → John Haan (yongiman)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-cinderclient (master)

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 <email address hidden>
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

Changed in python-cinderclient:
status: In Progress → Fix Committed
Changed in python-cinderclient:
milestone: none → 1.3.1
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.