You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Lukas Korous (JIRA)" <ji...@apache.org> on 2014/05/26 14:45:02 UTC

[jira] [Created] (LIBCLOUD-565) 'OpenStack_1_1_FloatingIpAddress' object has no attribute 'ip_addr'

Lukas Korous created LIBCLOUD-565:
-------------------------------------

             Summary:  'OpenStack_1_1_FloatingIpAddress' object has no attribute 'ip_addr'
                 Key: LIBCLOUD-565
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-565
             Project: Libcloud
          Issue Type: Bug
          Components: Compute
         Environment: OpenStack
            Reporter: Lukas Korous


Connected to OpenStack. Everything ok, I can connect, pool is fine. I am able to do any of this with python-novaclient OpenStack API, so the bug is in libcloud for sure.

Here is what I am doing and getting back in python:

>>> print public_ip
<OpenStack_1_1_FloatingIpAddress: id=ba8addbf-e3c6-497f-a53d-d5008475a81d, ip_addr=185.21.198.62, pool=<OpenStack_1_1_FloatingIpPool: name=public>>
>>> print public_ip.ip_addr
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'OpenStack_1_1_FloatingIpAddress' object has no attribute 'ip_addr'



--
This message was sent by Atlassian JIRA
(v6.2#6252)