Change the max_version to 1.7

max_version is 1.7, update the documentation.

Change-Id: I8feca1e9ea074da09840e62c121a06dc8d8b6564
This commit is contained in:
liyi 2017-07-12 09:21:50 +08:00
parent a717e261f1
commit b1017a1b8d
2 changed files with 24 additions and 22 deletions

View File

@ -1,23 +1,25 @@
{ {
"id": "1.0", "version": {
"links": [ "id": "1.0",
{ "links": [
"href": "/v1/", {
"rel": "self" "href": "/v1/",
}, "rel": "self"
{ },
"href": "https://developer.openstack.org/api-ref/clustering", {
"rel": "help" "href": "https://developer.openstack.org/api-ref/clustering",
} "rel": "help"
], }
"max_version": "1.0", ],
"media-types": [ "max_version": "1.7",
{ "media-types": [
"base": "application/json", {
"type": "application/vnd.openstack.clustering-v1+json" "base": "application/json",
} "type": "application/vnd.openstack.clustering-v1+json"
], }
"min_version": "1.0", ],
"status": "CURRENT", "min_version": "1.0",
"updated": "2016-01-18T00:00:00Z" "status": "CURRENT",
"updated": "2016-01-18T00:00:00Z"
}
} }

View File

@ -12,7 +12,7 @@
"rel": "help" "rel": "help"
} }
], ],
"max_version": "1.0", "max_version": "1.7",
"media-types": [ "media-types": [
{ {
"base": "application/json", "base": "application/json",