api_version argument not captured within
-----------------------------------------
Key: LIBCLOUD-174
URL: https://issues.apache.org/jira/browse/LIBCLOUD-174
Project: Libcloud
Issue Type: Improvement
Components: Compute
Affects Versions: 0.8.0
Environment: N/A
Reporter: Sengor
Priority: Trivial
api_version argument passed but not captured within libcloud\common\base.py in
BaseDriver class __init__
Here's a proposed diff:
Index: trunk/libcloud/common/base.py
===================================================================
--- trunk/libcloud/common/base.py (revision 1305051)
+++ trunk/libcloud/common/base.py (working copy)
@@ -795,6 +795,7 @@
self.key = key
self.secret = secret
self.secure = secure
+ self.api_version = api_version
args = [self.key]
if self.secret is not None:
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira