[Bug 1130730] Re: debug option broken on cinderclient
Doug Hellmann
doug at doughellmann.com
Wed Jul 8 22:49:11 UTC 2015
** 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
OpenStack, which is subscribed to python-cinderclient in Ubuntu.
https://bugs.launchpad.net/bugs/1130730
Title:
debug option broken on cinderclient
Status in Python client library for Cinder:
Fix Released
Status in python-cinderclient package in Ubuntu:
Fix Released
Bug description:
The --debug option to python-cinderclient is broken:
$ cinder --debug list
DEBUG (shell:492) hasattr(): attribute name must be string
Traceback (most recent call last):
File "cinderclient/shell.py", line 489, in main
OpenStackCinderShell().main(sys.argv[1:])
File "cinderclient/shell.py", line 430, in main
cacert=cacert)
File "/mnt/stack/python-cinderclient/cinderclient/client.py", line 379, in Client
return client_class(*args, **kwargs)
File "/mnt/stack/python-cinderclient/cinderclient/v2/client.py", line 67, in __init__
cacert=cacert)
File "/mnt/stack/python-cinderclient/cinderclient/client.py", line 78, in __init__
if hasattr(requests, logging):
TypeError: hasattr(): attribute name must be string
ERROR: hasattr(): attribute name must be string
To manage notifications about this bug go to:
https://bugs.launchpad.net/python-cinderclient/+bug/1130730/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list