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 (JIRA)" <ji...@apache.org> on 2012/07/07 21:29:34 UTC

[dev] [jira] [Commented] (LIBCLOUD-220) EucNode driver upon ex_associate_address bails with error

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

Tomaz Muraus commented on LIBCLOUD-220:
---------------------------------------

Looks like this could be an issue with the API. Please run script in the debug mode (http://libcloud.apache.org/docs/debugging.html) and include the output here.
                
> EucNode driver upon ex_associate_address bails with error
> ---------------------------------------------------------
>
>                 Key: LIBCLOUD-220
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-220
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Compute
>    Affects Versions: 0.10.1
>         Environment: Running on Mac OSX 10.7.4, targeting an openstack cluster
>            Reporter: Debo Dutta
>
> >>> node.id'i-000000aa'
> >>> conn.ex_associate_addresses(node,'192.168.100.73')
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "/Library/Python/2.7/site-packages/apache_libcloud-0.10.1-py2.7.egg/libcloud/compute/drivers/ec2.py", line 839, in ex_associate_addresses
>     res = self.connection.request(self.path, params=params).object
>   File "/Library/Python/2.7/site-packages/apache_libcloud-0.10.1-py2.7.egg/libcloud/common/base.py", line 581, in request
>     connection=self)
>   File "/Library/Python/2.7/site-packages/apache_libcloud-0.10.1-py2.7.egg/libcloud/common/base.py", line 76, in __init__
>     raise Exception(self.parse_error())
> Exception: UnknownError: An unknown error has occurred. Please try your request again.

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