You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by "Tomaz Muraus (Updated) (JIRA)" <ji...@apache.org> on 2012/03/31 05:57:29 UTC

[dev] [jira] [Updated] (LIBCLOUD-174) api_version argument not captured within

     [ https://issues.apache.org/jira/browse/LIBCLOUD-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Muraus updated LIBCLOUD-174:
----------------------------------

    Fix Version/s: 0.9.1
    
> 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
>              Labels: patch
>             Fix For: 0.9.1
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> 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