Jesus Zambrano created LIBCLOUD-567:
---------------------------------------
Summary: Openstack driver returns a 404 when listing pool of
available ips for HPcloud
Key: LIBCLOUD-567
URL: https://issues.apache.org/jira/browse/LIBCLOUD-567
Project: Libcloud
Issue Type: Bug
Components: Compute
Affects Versions: 0.14.0-beta3
Reporter: Jesus Zambrano
Resource request here:
https://github.com/apache/libcloud/blob/trunk/libcloud/compute/drivers/openstack.py#L2169
returns a 404 for HPCloud.
It should be:
{code}/os-floating-ips{code} instead of {code}/os-floating-ip-pools{code}
according to the hpcloud docs found here:
https://docs.hpcloud.com/api/v13/compute/#listFloatingIPs
Should {noformat} ex_list_floating_ip_pools {noformat} be implemented in the
hpcloud driver instead?
https://github.com/apache/libcloud/blob/trunk/libcloud/compute/drivers/hpcloud.py
--
This message was sent by Atlassian JIRA
(v6.2#6252)