Xena Series Release Notes¶
15.0.1-4¶
Bug Fixes¶
Fix response format
total
for 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.
15.0.1¶
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.
15.0.0¶
New Features¶
Enable using custom queries with the Gnocchi collector. This option enables operators to take full advantage of the operations that are available on Gnocchi such as any arithmetic operation, logical operation and many others.
The new “NOTNUMBOOL” mutator has been added. This mutator is, essentially, an opposite of the “NUMBOOL” mutator as it returns 1.0 when quantity is 0 and 0.0 otherwise.
Bug Fixes¶
Fix the definition of the
admin_or_owner
policy expression, which was preventing even admins from using theget_summary
endpoint withall_tenants=True
ortenant_id
parameters.
A new directive
force_granularity: 300
was added to the defaultmetrics.yml
file forcpu
andvolume.size
, to match the defaults of ceilometer and avoid logging errors incloudkitty-processor
with the default setup.