← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1313127] Re: keystone: links in versions response do not work

 

** Changed in: keystone
       Status: Fix Committed => Fix Released

** Changed in: keystone
    Milestone: None => juno-1

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1313127

Title:
  keystone: links in versions response do not work

Status in OpenStack Identity (Keystone):
  Fix Released

Bug description:
  The GET / call against Identity returns a response with links that do
  not work. Replace the PDF link with a link to docs.openstack.org.

  {
     "versions":{
        "values":[
           {
              "status":"stable",
              "updated":"2013-03-06T00:00:00Z",
              "media-types":[
                 {
                    "base":"application/json",
                    "type":"application/vnd.openstack.identity-v3+json"
                 },
                 {
                    "base":"application/xml",
                    "type":"application/vnd.openstack.identity-v3+xml"
                 }
              ],
              "id":"v3.0",
              "links":[
                 {
                    "href":"http://23.253.228.211:5000/v3/";,
                    "rel":"self"
                 }
              ]
           },
           {
              "status":"stable",
              "updated":"2014-04-17T00:00:00Z",
              "media-types":[
                 {
                    "base":"application/json",
                    "type":"application/vnd.openstack.identity-v2.0+json"
                 },
                 {
                    "base":"application/xml",
                    "type":"application/vnd.openstack.identity-v2.0+xml"
                 }
              ],
              "id":"v2.0",
              "links":[
                 {
                    "href":"http://23.253.228.211:5000/v2.0/";,
                    "rel":"self"
                 },
                 {
                    "href":"http://docs.openstack.org/api/openstack-identity-service/2.0/content/";,
                    "type":"text/html",
                    "rel":"describedby"
                 },
                 {
                    "href":"http://docs.openstack.org/api/openstack-identity-service/2.0/identity-dev-guide-2.0.pdf";,
                    "type":"application/pdf",
                    "rel":"describedby"
                 }
              ]
           }
        ]
     }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1313127/+subscriptions


References