cinder/cinder/api/openstack
Rafael Weingärtner e9c848f5fd Introduces MV to add volume type ID in volumes details
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>
2021-01-15 10:46:12 -03:00
..
__init__.py Raise hacking version to 2.0.0 2020-01-02 14:42:49 -06:00
api_version_request.py Introduces MV to add volume type ID in volumes details 2021-01-15 10:46:12 -03:00
rest_api_version_history.rst Introduces MV to add volume type ID in volumes details 2021-01-15 10:46:12 -03:00
versioned_method.py cinder-api-microversions code 2016-02-24 06:50:54 -07:00
wsgi.py Import HTTPStatus instead of http_client 2020-10-08 13:16:18 -04:00