← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

On this page (http://developer.openstack.org/api-ref-
compute-v2.html#compute_versions), the output for the show API version
details call has a bad link -> http://docs.openstack.org/api/openstack-
compute/2/os-compute-devguide-2.pdf


{
    "version": {
        "status": "CURRENT",
        "updated": "2011-01-21T11:33:21Z",
        "media-types": [
            {
                "base": "application/xml",
                "type": "application/vnd.openstack.compute+xml;version=2"
            },
            {
                "base": "application/json",
                "type": "application/vnd.openstack.compute+json;version=2"
            }
        ],
        "id": "v2.0",
        "links": [
            {
                "href": "http://23.253.228.211:8774/v2/";,
                "rel": "self"
            },
            {
                "href": "http://docs.openstack.org/api/openstack-compute/2/os-compute-devguide-2.pdf";,
                "type": "application/pdf",
                "rel": "describedby"
            },
            {
                "href": "http://docs.openstack.org/api/openstack-compute/2/wadl/os-compute-2.wadl";,
                "type": "application/vnd.sun.wadl+xml",
                "rel": "describedby"
            }
        ]
    }
}

** Affects: nova
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1445095

Title:
  Bad link in API version details response

Status in OpenStack Compute (Nova):
  New

Bug description:
  On this page (http://developer.openstack.org/api-ref-
  compute-v2.html#compute_versions), the output for the show API version
  details call has a bad link -> http://docs.openstack.org/api
  /openstack-compute/2/os-compute-devguide-2.pdf


  {
      "version": {
          "status": "CURRENT",
          "updated": "2011-01-21T11:33:21Z",
          "media-types": [
              {
                  "base": "application/xml",
                  "type": "application/vnd.openstack.compute+xml;version=2"
              },
              {
                  "base": "application/json",
                  "type": "application/vnd.openstack.compute+json;version=2"
              }
          ],
          "id": "v2.0",
          "links": [
              {
                  "href": "http://23.253.228.211:8774/v2/";,
                  "rel": "self"
              },
              {
                  "href": "http://docs.openstack.org/api/openstack-compute/2/os-compute-devguide-2.pdf";,
                  "type": "application/pdf",
                  "rel": "describedby"
              },
              {
                  "href": "http://docs.openstack.org/api/openstack-compute/2/wadl/os-compute-2.wadl";,
                  "type": "application/vnd.sun.wadl+xml",
                  "rel": "describedby"
              }
          ]
      }
  }

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


Follow ups

References