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
    }
}


_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to