[openstack-dev] Keystone OS-EP-FILTER descrepancy
Miller, Mark M (EB SW Cloud - R&D - Corvallis)
mark.m.miller at hp.com
Tue Oct 8 20:20:33 UTC 2013
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?
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
}
}
More information about the OpenStack-dev
mailing list