yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #32010
[Bug 1445096] Re: Bad link in API version details response
In master of keystone, the version response looks like this:
{
"version": {,
"status": "stable",
"updated": "2014-04-17T00:00:00Z",
"media-types": [
{
"base": "application/json",
"type": "application/vnd.openstack.identity-v2.0+json"
}
],
"id": "v2.0",
"links": [
{
"href": "http://23.253.228.211:5000/v2.0/",
"rel": "self"
},
{
"href": "http://docs.openstack.org/",
"rel": "describedby",
"type": "text/html"
}
]
}
}
** Changed in: keystone
Importance: Undecided => Low
** Changed in: keystone
Status: New => Triaged
** Project changed: keystone => openstack-api-site
--
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 API documentation site:
Triaged
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/openstack-api-site/+bug/1445096/+subscriptions
References