You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Tomaz Muraus (JIRA)" <ji...@apache.org> on 2013/12/26 15:09:50 UTC

[jira] [Commented] (LIBCLOUD-472) Add OpenStack list API service/endpoint

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

Tomaz Muraus commented on LIBCLOUD-472:
---------------------------------------

This functionality is already indirectly available via the OpenStackAuthConnection (https://github.com/apache/libcloud/blob/trunk/libcloud/common/openstack.py#L96) and OpenStackServiceCatalog (https://github.com/apache/libcloud/blob/trunk/libcloud/common/openstack.py#L313) class.

Those classes are utilized in the OpenStackBaseConnection (https://github.com/apache/libcloud/blob/trunk/libcloud/common/openstack.py#L415) class which is used by compute, storage and other drivers.

> Add OpenStack list API service/endpoint 
> ----------------------------------------
>
>                 Key: LIBCLOUD-472
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-472
>             Project: Libcloud
>          Issue Type: New Feature
>          Components: Compute
>            Reporter: Chris DeRamus
>            Priority: Trivial
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> To enable support for utilizing other services within an OpenStack installation I would like to add identity API calls for listing services and API endpoints. 
> Information on the calls can be found at http://api.openstack.org/api-ref-identity.html. For the time being I am going to put it into the OS compute driver. 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)