
Introduces microversion (MV) 3.63 to add volume type ID in the volume details. This change comes to fix a problem we found in Gnocchi concerning volumes monitored data. When a volume event is created, Cinder uses the volume type as the volume type ID. On the other hand, Ceilometer pollsters are always updating the volume_type value in Gnocchi with the volume type from volume details API (which uses the volume type name value). That situation creates a massive number of resource revisions in Gnocchi. This MV along with the Dynamic pollster system in Ceilometer enables operators to overcome the issue. Closes-Bug: https://bugs.launchpad.net/cinder/+bug/1911660 Change-Id: Icb88faeb00040250a25a5630aeb312a8434ed3c8 Signed-off-by: Rafael Weingärtner <rafael@apache.org>
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"versions": [
|
|
{
|
|
"id": "v2.0",
|
|
"links": [
|
|
{
|
|
"href": "https://docs.openstack.org/",
|
|
"rel": "describedby",
|
|
"type": "text/html"
|
|
},
|
|
{
|
|
"href": "http://127.0.0.1:45697/v2/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"media-types": [
|
|
{
|
|
"base": "application/json",
|
|
"type": "application/vnd.openstack.volume+json;version=2"
|
|
}
|
|
],
|
|
"min_version": "",
|
|
"status": "DEPRECATED",
|
|
"updated": "2017-02-25T12:00:00Z",
|
|
"version": ""
|
|
},
|
|
{
|
|
"id": "v3.0",
|
|
"links": [
|
|
{
|
|
"href": "https://docs.openstack.org/",
|
|
"rel": "describedby",
|
|
"type": "text/html"
|
|
},
|
|
{
|
|
"href": "http://127.0.0.1:45697/v3/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"media-types": [
|
|
{
|
|
"base": "application/json",
|
|
"type": "application/vnd.openstack.volume+json;version=3"
|
|
}
|
|
],
|
|
"min_version": "3.0",
|
|
"status": "CURRENT",
|
|
"updated": "2020-11-19T08:56:00Z",
|
|
"version": "3.63"
|
|
}
|
|
]
|
|
}
|