Lukas Korous created LIBCLOUD-564:
-------------------------------------
Summary: OpenStack: node.public_ips and node.private_ips empty
when shouldn't be
Key: LIBCLOUD-564
URL: https://issues.apache.org/jira/browse/LIBCLOUD-564
Project: Libcloud
Issue Type: Bug
Components: Compute
Reporter: Lukas Korous
On OpenStack I run:
server = driver.create_node(...)
public_ip = ...
driver.ex_attach_floating_ip_to_node(server, public_ip)
===> success ===> I can see the machine has public IP address (and private one
as well), but still:
server.public_ips = []
server.private_ips = []
--
This message was sent by Atlassian JIRA
(v6.2#6252)