Yoga Series Release Notes¶
16.0.1-7¶
New Features¶
OpenSearch has been added as an alternative v2 storage backend. It is a duplicate of the ElasticSearch backend, with the naming changed where appropriate. This change is in support of the deprecation of ElasticSearch as a backend.
Bug Fixes¶
Fix patch scope API which was returning
Internal Server Error.
Fix retrieval of reprocessing tasks which was returning
Internal Server Error.
16.0.1¶
Bug Fixes¶
Fix response format
totalfor v2 dataframes API. The response for v2 dataframes is{"total": 3}. However, for Elasticsearch search response, the"hits.total"in the response body is{"value": 3, "relation": "eq"}, which does not match the API response schema.
Fix failure to process rating using the PyScripts rating module.
16.0.0¶
New Features¶
Two new options
ignore_disabled_tenantsandignore_rating_rolewere added in thefetcher_keystonesection.ignore_disabled_tenantsskips disabled tenants when doing the rating.ignore_rating_rolerates everyone, without reading the rating role for each project, which can be resource consuming.
Add active status option in the storage state table and API.
Introduce the reprocessing schedule API, which allows operators to schedule reprocessing tasks to reprocess scopes in given timeframes.
Add support for multiple value filters in the summary GET V2 API.
Adds support for specifying optional prefix and/or suffix to add to Prometheus queries.
Introduce
response_formatoption for the V2 summary API, which can facilitate parsing the response.
Bug Fixes¶
Fixes policy check when getting dataframes using the v2 API, causing the operation to fail when run by a non-admin user. See story 2009879 <https://storyboard.openstack.org/#!/story/2009879>`_ for more details.
Fixes the quote API method. See story 2009022 <https://storyboard.openstack.org/#!/story/2009022>`_ for more details.