← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1445096] [NEW] Bad link in API version details response

 

Public bug reported:

On this page (http://developer.openstack.org/api-ref-identity-
admin-v2.html#admin-versions), the output from the show version details
API call contains a bad link -> http://docs.openstack.org/api/openstack-
identity-service/2.0/identity-dev-guide-2.0.pdf


{
    "version": {
        "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"
            }
        ]
    }
}

** Affects: keystone
     Importance: Undecided
         Status: New

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

Title:
  Bad link in API version details response

Status in OpenStack Identity (Keystone):
  New

Bug description:
  On this page (http://developer.openstack.org/api-ref-identity-
  admin-v2.html#admin-versions), the output from the show version
  details API call contains a bad link -> http://docs.openstack.org/api
  /openstack-identity-service/2.0/identity-dev-guide-2.0.pdf

  
  {
      "version": {
          "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/1445096/+subscriptions


Follow ups

References