We are chuffed to announce the release of: gnocchiclient 3.1.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/python-gnocchiclient/ Please report issues through launchpad: http://bugs.launchpad.net/python-gnocchiclient For more details, please see below. Changes in gnocchiclient 3.0.0..3.1.0 ------------------------------------- 7282f84 exceptions: make sure resource type not found is checked before resource not found add8ec1 allow to pass session and adapter options cbaa196 Use new keystoneauth1 helper Diffstat (except docs and test files) ------------------------------------- gnocchiclient/exceptions.py | 4 +- gnocchiclient/shell.py | 65 +++++++++++++++++------------ gnocchiclient/v1/client.py | 46 +++++++++++++++++--- requirements.txt | 2 +- 5 files changed, 93 insertions(+), 34 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0972287..38b1d95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ oslo.utils>=2.0.0 # Apache-2.0 -keystoneauth1>=1.0.0 +keystoneauth1>=2.0.0
participants (1)
-
no-reply@openstack.org