No way to get extensions using V3 API

Bug #1308252 reported by Brant Knudson
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Invalid
Wishlist
Brant Knudson

Bug Description

There's no way to get extensions in V3 like there is for V2.

You can get extensions using V2 like this:

url -s http://localhost:5000/v2.0/extensions | python -mjson.tool
{
    "extensions": {
        "values": [
            {
                "alias": "OS-FEDERATION",
                "description": "OpenStack Identity Providers Mechanism.",
                "links": [
                    {
                        "href": "https://github.com/openstack/identity-api",
                        "rel": "describedby",
                        "type": "text/html"
                    }
                ],
                "name": "OpenStack Federation APIs",
                "namespace": "http://docs.openstack.org/identity/api/ext/OS-FEDERATION/v1.0",
                "updated": "2013-12-17T12:00:0-00:00"
            },
...

But there's no resource in v3 for getting extensions.

Note that the API documentation says there's a v3/extensions but there isn't, you get a 404 if you try that URI.

Brant Knudson (blk-u)
Changed in keystone:
assignee: nobody → Brant Knudson (blk-u)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to keystone (master)

Fix proposed to branch: master
Review: https://review.openstack.org/87786

Changed in keystone:
status: New → In Progress
Dolph Mathews (dolph)
Changed in keystone:
importance: Undecided → Wishlist
Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Related fix proposed to keystone (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/89429

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote :

Related fix proposed to branch: master
Review: https://review.openstack.org/89430

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on keystone (master)

Change abandoned by Brant Knudson (<email address hidden>) on branch: master
Review: https://review.openstack.org/89430
Reason: This doesn't match the spec, it isn't backwards-compat.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Change abandoned by Brant Knudson (<email address hidden>) on branch: master
Review: https://review.openstack.org/89429

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Change abandoned by Brant Knudson (<email address hidden>) on branch: master
Review: https://review.openstack.org/87786

Revision history for this message
Lance Bragstad (lbragstad) wrote :
Changed in keystone:
status: In Progress → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.