[
https://issues.apache.org/jira/browse/LIBCLOUD-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408798#comment-13408798
]
Debo Dutta commented on LIBCLOUD-220:
-------------------------------------
However I can use eucatools to associate addresses.
$ euca-associate-address -i i-000000ac 192.168.100.73
ADDRESS 192.168.100.73 i-000000ac
$ euca-describe-addresses
ADDRESS 192.168.100.73 i-000000ac
ADDRESS 192.168.100.74
ADDRESS 192.168.100.75
ADDRESS 192.168.100.76
ADDRESS 192.168.100.77
ADDRESS 192.168.100.78
> 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