This isn't in a browser (not getting a 404), and it's not using the command
line. I'm trying to use the python library directly in a python script,
just like I show in that gist.

Adam: I'm not sure how I would set or unset OS_SERVICE_TOKEN and
OS_SERVICE_ENDPOINT when using the library within python.

Daniel

On Tue, May 26, 2015 at 5:47 PM, Steve Martinelli <steve...@ca.ibm.com>
wrote:

> Looks like the request is going to: [1]
> https://keystone.os1.domain.com/v2.0/endpoints which probably doesn't
> exist since the API says to use:
> /v2.0/tenants/​{tenantId}​/OS-KSCATALOG/endpoints to list endpoints.
> According to: http://developer.openstack.org/api-ref-identity-v2-ext.html
> anyway.
>
> What happens when you hit [1] with a browser? 404 again?
>
> Maybe it's a bug with KSC and the API it tries to call, but please please
> please use v3, I'm willing to bet that it'll work.
>
>
> Thanks,
>
> Steve Martinelli
> OpenStack Keystone Core
>
> Daniel Watrous <dwmaill...@gmail.com> wrote on 05/26/2015 05:58:41 PM:
>
> > From: Daniel Watrous <dwmaill...@gmail.com>
> > To: openstack@lists.openstack.org
> > Date: 05/26/2015 06:04 PM
> > Subject: [Openstack] EndpointNotFound keystone endpoints.list
> >
> > I'm having trouble using some of the keystone client functions
> >
> > https://gist.github.com/dwatrous/c8f24b6d85be7eaa32a3
> >
> > As you can see, I can list tenants, but I can't list endpoints (or
> users...)
> >
> > Any ideas?_______________________________________________
> > Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
> > Post to     : openstack@lists.openstack.org
> > Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to