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

Andrey Zhuchkov commented on LIBCLOUD-94:
-----------------------------------------

tail of the traceback (line numbers could be differ with your one because I use 
patched 0.5.0 release):

Traceback (most recent call last):
  ...
  File 
"/usr/local/lib/python2.6/dist-packages/libcloud/compute/drivers/rackspace.py", 
line 251, in create_node
    kwargs.get("ex_shared_ip_group", None))
  File 
"/usr/local/lib/python2.6/dist-packages/libcloud/compute/drivers/rackspace.py", 
line 537, in _shared_ip_group_to_xml
    return ET.Element('sharedIpGroupId', shared_ip_group)
  File "/usr/lib/python2.6/xml/etree/ElementTree.py", line 448, in Element
    attrib = attrib.copy()
AttributeError: 'str' object has no attribute 'copy'

> Error occurs if launch a server into a Shared IP Group
> ------------------------------------------------------
>
>                 Key: LIBCLOUD-94
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-94
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Compute
>    Affects Versions: 0.5.0
>         Environment: Rackspace
>            Reporter: Andrey Zhuchkov
>             Fix For: 0.5.1
>
>
> I try to launch a new node into existing Shared IP Group (SIG) passing 
> identifier of the SIG as argument 'ex_shared_ip_group' of the create_node() 
> method. But operation fails with error.
> Looks like driver expects some dictionary instead of SIG id.
> If you need a traceback I'll attach it later.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to