Bad link in API version details response

Bug #1445088 reported by Diane Fleming
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cinder
Fix Released
Undecided
Vilobh Meshram

Bug Description

On these pages (http://developer.openstack.org/api-ref-blockstorage-v1.html#versions-cinder-v1 and http://developer.openstack.org/api-ref-blockstorage-v2.html#versions-cinder-v2), the output from the show version details API call contains a bad link -> http://jorgew.github.com/block-storage-api/content/os-block-storage-1.0.pdf

Opening this bug as part of the code, since the API generates this response.

{
    "version": {
        "status": "CURRENT",
        "updated": "2012-01-04T11:33:21Z",
        "media-types": [
            {
                "base": "application/xml",
                "type": "application/vnd.openstack.volume+xml;version=1"
            },
            {
                "base": "application/json",
                "type": "application/vnd.openstack.volume+json;version=1"
            }
        ],
        "id": "v1.0",
        "links": [
            {
                "href": "http://23.253.228.211:8776/v2/",
                "rel": "self"
            },
            {
                "href": "http://jorgew.github.com/block-storage-api/content/os-block-storage-1.0.pdf",
                "type": "application/pdf",
                "rel": "describedby"
            },
            {
                "href": "http://docs.rackspacecloud.com/servers/api/v1.1/application.wadl",
                "type": "application/vnd.sun.wadl+xml",
                "rel": "describedby"
            }
        ]
    }
}

description: updated
Changed in cinder:
assignee: nobody → Vilobh Meshram (vilobhmm)
Revision history for this message
Vilobh Meshram (vilobhmm) wrote :

What link do you expect here than rather than using

http://jorgew.github.com/block-storage-api/content/os-block-storage-1.0.pdf

Revision history for this message
Ivan Kolodyazhny (e0ne) wrote :
Changed in cinder:
status: New → Confirmed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to cinder (master)

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

Changed in cinder:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/180691
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=f7047d30da6dbea0d751bc015e5881c0613203d6
Submitter: Jenkins
Branch: master

commit f7047d30da6dbea0d751bc015e5881c0613203d6
Author: Vilobh Meshram <email address hidden>
Date: Wed May 6 12:23:40 2015 -0700

    Bad link in API version details response

    Fix the broken link in API version detail response.

    Change-Id: I556edadf70896711f6c1fa4e01442f65604d9a53
    Closes-Bug: #1445088

Changed in cinder:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in cinder:
milestone: none → liberty-1
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in cinder:
milestone: liberty-1 → 7.0.0
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.