You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jclouds.apache.org by Mop Sophia <mo...@gmail.com> on 2015/12/07 15:24:39 UTC

Getting Openstack service endpoint

Hi all,

I would like to get a endpoint for a dedicated service but I can't find how
to do that.

>From keystoneApi.getServiceAdminApi().get().list().concat() , I get all the
services but the endpoints iterator is always empty :(

>From keystoneApi.getTokenApi().get().listEndpointsForToken(token) , I can
get all the endpoints but there is no name or type to know the kind of each
endpoint.

Any idea ?

Thanks,

Stéphane