On Tue, Oct 8, 2013 at 3:20 PM, Miller, Mark M (EB SW Cloud - R&D - Corvallis) <mark.m.mil...@hp.com> wrote:
> Hello, > > I am attempting to test the Havana v3 OS-EP-FILTER extension with the > latest RC1 bits and I get a 404 error response. > > The documentation actually shows 2 different URIs for this API: > > - GET /OS-EP-FILTER/projects/{project_id}/endpoints and > http://identity:35357/v3/OS-FILTER/projects/{project_id}/endpoints > > I have tried both "OS-EP-FILTER" and "OS-FILTER" with the same result. > Does anyone have information as to what I am missing? > Apologies for being late to the party, but it looks like you've already got this worked out. On behalf of people from the future, thanks for following up :) Regarding the self-contradicting documentation, a fix merged last night (thanks Steve!) to get that straightened out as "OS-EP-FILTER": https://github.com/openstack/identity-api/blob/master/openstack-identity-api/v3/src/markdown/identity-api-v3-os-ep-filter-ext.md > > Regards, > > Mark Miller > > ------------- > > From the online documentation: > > List Associations for Project: GET > /OS-EP-FILTER/projects/{project_id}/endpoints > > Returns all the endpoints that are currently associated with a specific > project. > > Response: > Status: 200 OK > { > "endpoints": > [ > { > "id": "--endpoint-id--", > "interface": "public", > "url": "http://identity:35357/", > "region": "north", > "links": { > "self": " > http://identity:35357/v3/endpoints/--endpoint-id--" > }, > "service_id": "--service-id--" > }, > { > "id": "--endpoint-id--", > "interface": "internal", > "region": "south", > "url": "http://identity:35357/", > "links": { > "self": " > http://identity:35357/v3/endpoints/--endpoint-id--" > }, > "service_id": "--service-id--" > } > ], > "links": { > "self": " > http://identity:35357/v3/OS-FILTER/projects/{project_id}/endpoints", > "previous": null, > "next": null > } > } > > > _______________________________________________ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -- -Dolph
_______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev