We are satisfied to announce the release of: gnocchiclient 2.6.0: Python client library for Gnocchi With source available at: http://git.openstack.org/cgit/openstack/python-gnocchiclient Please report issues through launchpad: http://bugs.launchpad.net/python-gnocchiclient For more details, please see below. Changes in gnocchiclient 2.5.0..2.6.0 ------------------------------------- b7a88d8 enable pagination for metric list 1bd3e90 Handles http error parse of keystone a1ec8aa Add reaggregation function argument to measures aggregation b816e3c add support for refresh 6b7c11a Use proper unicode type for help string Diffstat (except docs and test files) ------------------------------------- gnocchiclient/shell.py | 7 ++- gnocchiclient/utils.py | 45 ++++++++++++++---- gnocchiclient/v1/metric.py | 38 +++++++++++---- gnocchiclient/v1/metric_cli.py | 29 ++++++++++-- gnocchiclient/v1/resource.py | 29 +++--------- gnocchiclient/v1/resource_cli.py | 18 ++----- 7 files changed, 163 insertions(+), 70 deletions(-)