We are glad to announce the release of: gnocchiclient 2.4.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.3.1..2.4.0 ------------------------------------- 0109654 [resource] fix custom formatting of metrics 7040802 Add support for Python 3.5 030434e fix custom formatting of archive policy ed8ac8b fix benchmark entry points 972ab06 Fix bad entry points in setup.cfg 42e2c7c show and add unit for metric list and create 951bf9d Remove refernces to queues in the osc client 13258d4 add support for update archive policy a2ef92a resource: show all attributes when requesting detailed history f3f7693 fix typos in comment & help string f45d888 doc: some improvements 5edea16 Allow to start Gnocchi command with OSC b19659c Make utils.dict_to_querystring result predictible cc9d3bd shell: remove "resource list-types" dc70355 Bump hacking to 0.11.0 Diffstat (except docs and test files) ------------------------------------- gnocchiclient/osc.py | 57 ++++++++++++++++++++++ gnocchiclient/shell.py | 2 +- gnocchiclient/utils.py | 12 +++-- gnocchiclient/v1/archive_policy.py | 14 ++++++ gnocchiclient/v1/archive_policy_cli.py | 46 ++++++++++++----- gnocchiclient/v1/metric.py | 2 +- gnocchiclient/v1/metric_cli.py | 6 ++- gnocchiclient/v1/resource.py | 6 --- gnocchiclient/v1/resource_cli.py | 28 +++++------ setup.cfg | 42 ++++++++++++++++ tox.ini | 4 +- 16 files changed, 245 insertions(+), 79 deletions(-)