Merge "Change the max_version to 1.7"

This commit is contained in:
Jenkins 2017-07-12 05:07:23 +00:00 committed by Gerrit Code Review
commit 90575634d9
2 changed files with 24 additions and 22 deletions

View File

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

View File

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