> 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.
Understood, but I was trying to figure out if it was 404'ing everywhere or just when being used as a python library. Thanks, Steve Martinelli OpenStack Keystone Core [email protected] wrote on 05/26/2015 07:43:24 PM: > From: Daniel Watrous <[email protected]> > To: Steve Martinelli/Toronto/IBM@IBMCA, [email protected] > Cc: openstack <[email protected]> > Date: 05/26/2015 07:43 PM > Subject: Re: [Openstack] EndpointNotFound keystone endpoints.list > Sent by: [email protected] > > 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 <[email protected]> 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 <[email protected]> wrote on 05/26/2015 05:58:41 PM: > > > From: Daniel Watrous <[email protected]> > > To: [email protected] > > 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 (orusers...) > > > > Any ideas?_______________________________________________ > > Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > > > Post to : [email protected] > > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
