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

2015-07-08 Thread Doug Hellmann
** Changed in: python-cinderclient
   Status: Fix Committed = Fix Released

** Changed in: python-cinderclient
Milestone: None = 1.3.1

-- 
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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2014-01-30 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/python-cinderclient

-- 
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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2014-01-30 Thread Launchpad Bug Tracker
This bug was fixed in the package python-cinderclient - 1:1.0.7-0ubuntu2

---
python-cinderclient (1:1.0.7-0ubuntu2) trusty; urgency=medium

  * debian/patches/fix-search-opts.patch: Fix 'search_opts' unexpected keyword
argument error (LP: #1248519)
 -- Chuck Short zul...@ubuntu.com   Thu, 30 Jan 2014 08:52:32 -0500

** Changed in: python-cinderclient (Ubuntu Trusty)
   Status: New = Fix Released

-- 
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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2014-01-24 Thread James Page
Impacting Ubuntu Trusty:

apt-cache policy python-cinderclient
python-cinderclient:
  Installed: 1:1.0.7-0ubuntu1
  Candidate: 1:1.0.7-0ubuntu1
  Version table:
 *** 1:1.0.7-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status


** Also affects: python-cinderclient (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: python-cinderclient (Ubuntu Trusty)
   Importance: Undecided
   Status: New

-- 
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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2014-01-24 Thread OpenStack Infra
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 chenx...@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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs