You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/10/10 00:00:42 UTC

[jira] [Commented] (LIBCLOUD-368) OpenStack Quantum / Neutron API request to list networks is /os-networks, not /os-networksv2

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

ASF subversion and git services commented on LIBCLOUD-368:
----------------------------------------------------------

Commit d2a71cb878d9b3fb89195e946c3ea6698a8d6d10 in branch refs/heads/trunk from [~kami]
[ https://git-wip-us.apache.org/repos/asf?p=libcloud.git;h=d2a71cb ]

Update network related extension methods so they work correctly with
both, OpenStack and Rackspace driver.

Part of LIBCLOUD-368.


> OpenStack Quantum / Neutron API request to list networks is /os-networks, not /os-networksv2
> --------------------------------------------------------------------------------------------
>
>                 Key: LIBCLOUD-368
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-368
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Compute
>         Environment: OpenStack Grizzly
>            Reporter: Torsten Schlabach
>              Labels: easyfix
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> In compute/drivers/openstack.py in ex_list_networks, the request /os-networksv2 is used, which doesn't exist and causes a 404 error.
> Changing that from /os-networksv2 to /os-networks makes the function work!



--
This message was sent by Atlassian JIRA
(v6.1#6144)