[release-announce] [telemetry] gnocchiclient 2.7.0

no-reply at openstack.org no-reply at openstack.org
Tue Nov 29 16:28:52 UTC 2016


We are high-spirited to announce the release of:

gnocchiclient 2.7.0: Python client library for Gnocchi

The source is available from:

    http://git.openstack.org/cgit/openstack/python-gnocchiclient

Download the package from:

    https://tarballs.openstack.org/gnocchiclient/

Please report issues through launchpad:

    http://bugs.launchpad.net/python-gnocchiclient

For more details, please see below.

Changes in gnocchiclient 2.6.0..2.7.0
-------------------------------------

f36d778 osc: Pass interface and region to gnocchi client
1078894 fix 409 exception regex
eb754ee support resample option
f531ae2 Remove non working operator
2558968 Add ResourceTypeNotFound exception
4246667 Bump hacking to 0.12
8b01a3f Allow to update resource_type
322a4c4 Fix a has been deprecated api
987ed39 Add "batch delete resource client"
7ef5d9d Update .coveragerc after the removal of openstack directory
02f495a Updated coverage configuration file
4dc3c77 metric: add support for `--create-metrics' in batch-resources-metrics


Diffstat (except docs and test files)
-------------------------------------

.coveragerc                                        |  1 -
gnocchiclient/exceptions.py                        |  9 ++++--
gnocchiclient/osc.py                               |  4 ++-
gnocchiclient/shell.py                             |  2 ++
gnocchiclient/utils.py                             |  4 +--
gnocchiclient/v1/metric.py                         | 22 ++++++++-----
gnocchiclient/v1/metric_cli.py                     | 17 +++++++++-
gnocchiclient/v1/resource.py                       | 11 +++++++
gnocchiclient/v1/resource_cli.py                   | 17 ++++++++++
gnocchiclient/v1/resource_type.py                  | 13 ++++++++
gnocchiclient/v1/resource_type_cli.py              | 27 ++++++++++++++++
setup.cfg                                          |  2 ++
tox.ini                                            |  2 +-
16 files changed, 199 insertions(+), 15 deletions(-)






More information about the Release-announce mailing list