[ 
https://issues.apache.org/jira/browse/LIBCLOUD-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13256288#comment-13256288
 ] 

Sengor Kusturica commented on LIBCLOUD-183:
-------------------------------------------

Minor suggestion: updating VCloud_1_5_Connection._get_auth_token() to cater for 
token expiry (by default after 30min vCloud will expire inactive tokens).

>>> nodes =  conn.list_nodes()
.....
# -------- begin 21362880:20927984 response ----------
HTTP/1.1 403 Forbidden


>>> conn.connection.token = None
>>> nodes =  conn.list_nodes()
.....
# -------- begin 21343192:20927984 response ----------
HTTP/1.1 200 OK


                
> Implement support for vCloud v1.5
> ---------------------------------
>
>                 Key: LIBCLOUD-183
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-183
>             Project: Libcloud
>          Issue Type: New Feature
>          Components: Compute
>    Affects Versions: 0.9.1
>            Reporter: Michal Galet
>         Attachments: LIBCLOUD-183-vcloud_1_5-2.patch, 
> LIBCLOUD-183-vcloud_1_5-3.patch, LIBCLOUD-183-vcloud_1_5.patch, 
> create_node_ex_net.recommended.xml, create_node_ex_net.test.txt
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> The current version of libcloud has support only for vCloud v0.8 and is 
> incompatible with the recent version of vCloud v1.5. 
> It would be nice if the newer version was supported by libcloud: 
> http://communities.vmware.com/thread/302725

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

        

Reply via email to