c8bfb4b8eb
Since the commit If98db25f1f4032725444c3959acb9aad8f869802 XML support has been removed from Cinder API. And the version API doesn't return XML entity on media-types. Then this patch removes the entity from sample files. Change-Id: I782d5cf7a152647254d9a36edcc7352000139dc3
37 lines
952 B
JSON
37 lines
952 B
JSON
{
|
|
"choices": [
|
|
{
|
|
"status": "SUPPORTED",
|
|
"media-types": [
|
|
{
|
|
"base": "application/json",
|
|
"type": "application/vnd.openstack.volume+json;version=1"
|
|
}
|
|
],
|
|
"id": "v1.0",
|
|
"links": [
|
|
{
|
|
"href": "http://23.253.248.171:8776/v1/v2.json",
|
|
"rel": "self"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"status": "CURRENT",
|
|
"media-types": [
|
|
{
|
|
"base": "application/json",
|
|
"type": "application/vnd.openstack.volume+json;version=1"
|
|
}
|
|
],
|
|
"id": "v2.0",
|
|
"links": [
|
|
{
|
|
"href": "http://23.253.248.171:8776/v2/v2.json",
|
|
"rel": "self"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|