Merge "Update the Identity v2.0 show version response"
This commit is contained in:
commit
ab21f23fab
@ -6,27 +6,18 @@
|
|||||||
{
|
{
|
||||||
"base": "application/json",
|
"base": "application/json",
|
||||||
"type": "application/vnd.openstack.identity-v2.0+json"
|
"type": "application/vnd.openstack.identity-v2.0+json"
|
||||||
},
|
|
||||||
{
|
|
||||||
"base": "application/xml",
|
|
||||||
"type": "application/vnd.openstack.identity-v2.0+xml"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"id": "v2.0",
|
"id": "v2.0",
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"href": "http://23.253.228.211:5000/v2.0/",
|
"href": "http://localhost:35357/v2.0/",
|
||||||
"rel": "self"
|
"rel": "self"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"href": "http://docs.openstack.org/api/openstack-identity-service/2.0/content/",
|
"href": "http://docs.openstack.org/",
|
||||||
"type": "text/html",
|
"rel": "describedby",
|
||||||
"rel": "describedby"
|
"type": "text/html"
|
||||||
},
|
|
||||||
{
|
|
||||||
"href": "http://docs.openstack.org/api/openstack-identity-service/2.0/identity-dev-guide-2.0.pdf",
|
|
||||||
"type": "application/pdf",
|
|
||||||
"rel": "describedby"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,19 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<version xmlns="http://docs.openstack.org/identity/api/v2.0"
|
<version status="stable" updated="2014-04-17T00:00:00Z" id="v2.0">
|
||||||
status="stable" updated="2013-03-06T00:00:00Z" id="v2.0">
|
<media-types>
|
||||||
<media-types>
|
<media-type base="application/json" type="application/vnd.openstack.identity-v2.0+json"/>
|
||||||
<media-type base="application/json"
|
<media-type base="application/xml" type="application/vnd.openstack.identity-v2.0+xml"/>
|
||||||
type="application/vnd.openstack.identity-v2.0+json"/>
|
</media-types>
|
||||||
<media-type base="application/xml"
|
<links>
|
||||||
type="application/vnd.openstack.identity-v2.0+xml"/>
|
<link href="http://localhost:35357/v2.0/" rel="self"/>
|
||||||
</media-types>
|
<link href="http://docs.openstack.org/" type="text/html" rel="describedby"/>
|
||||||
<links>
|
</links>
|
||||||
<link href="http://localhost:5000/v2.0/" rel="self"/>
|
<link href="http://localhost:35357/v2.0/" rel="self"/>
|
||||||
<link
|
<link href="http://docs.openstack.org/" type="text/html" rel="describedby"/>
|
||||||
href="http://docs.openstack.org/api/openstack-identity-service/2.0/content/"
|
|
||||||
type="text/html" rel="describedby"/>
|
|
||||||
<link
|
|
||||||
href="http://docs.openstack.org/api/openstack-identity-service/2.0/identity-dev-guide-2.0.pdf"
|
|
||||||
type="application/pdf" rel="describedby"/>
|
|
||||||
</links>
|
|
||||||
</version>
|
</version>
|
||||||
|
Loading…
Reference in New Issue
Block a user