<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Tue, Oct 8, 2013 at 3:20 PM, Miller, Mark M (EB SW Cloud - R&D - Corvallis) <span dir="ltr"><<a href="mailto:mark.m.miller@hp.com" target="_blank">mark.m.miller@hp.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello,<br>
<br>
I am attempting to test the Havana v3  OS-EP-FILTER extension with the latest RC1 bits and I get a 404 error response.<br>
<br>
The documentation actually shows 2 different URIs for this API:<br>
<br>
        - GET /OS-EP-FILTER/projects/{project_id}/endpoints and <a href="http://identity:35357/v3/OS-FILTER/projects/{project_id}/endpoints" target="_blank">http://identity:35357/v3/OS-FILTER/projects/{project_id}/endpoints</a><br>

<br>
I have tried both "OS-EP-FILTER" and "OS-FILTER" with the same result. Does anyone have information as to what I am missing?<br></blockquote><div><br></div><div>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 :)</div>
<div><br></div><div>Regarding the self-contradicting documentation, a fix merged last night (thanks Steve!) to get that straightened out as "OS-EP-FILTER":</div><div><br></div><div>  <a href="https://github.com/openstack/identity-api/blob/master/openstack-identity-api/v3/src/markdown/identity-api-v3-os-ep-filter-ext.md">https://github.com/openstack/identity-api/blob/master/openstack-identity-api/v3/src/markdown/identity-api-v3-os-ep-filter-ext.md</a></div>
<div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
Regards,<br>
<br>
Mark Miller<br>
<br>
-------------<br>
<br>
>From the online documentation:<br>
<br>
List Associations for Project: GET /OS-EP-FILTER/projects/{project_id}/endpoints<br>
<br>
Returns all the endpoints that are currently associated with a specific project.<br>
<br>
Response:<br>
Status: 200 OK<br>
{<br>
    "endpoints":<br>
    [<br>
        {<br>
            "id": "--endpoint-id--",<br>
            "interface": "public",<br>
            "url": "<a href="http://identity:35357/" target="_blank">http://identity:35357/</a>",<br>
            "region": "north",<br>
            "links": {<br>
                "self": "<a href="http://identity:35357/v3/endpoints/--endpoint-id--" target="_blank">http://identity:35357/v3/endpoints/--endpoint-id--</a>"<br>
            },<br>
            "service_id": "--service-id--"<br>
        },<br>
        {<br>
            "id": "--endpoint-id--",<br>
            "interface": "internal",<br>
            "region": "south",<br>
            "url": "<a href="http://identity:35357/" target="_blank">http://identity:35357/</a>",<br>
            "links": {<br>
                "self": "<a href="http://identity:35357/v3/endpoints/--endpoint-id--" target="_blank">http://identity:35357/v3/endpoints/--endpoint-id--</a>"<br>
            },<br>
            "service_id": "--service-id--"<br>
        }<br>
    ],<br>
    "links": {<br>
        "self": "<a href="http://identity:35357/v3/OS-FILTER/projects/{project_id}/endpoints" target="_blank">http://identity:35357/v3/OS-FILTER/projects/{project_id}/endpoints</a>",<br>
        "previous": null,<br>
        "next": null<br>
    }<br>
}<br>
<br>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div><br></div>-Dolph
</div></div>