We are gleeful to announce the (Liberty) release of: python-ceilometerclient 1.1.0: OpenStack Telemetry API Client Library
For more details, please see the git log history below and: https://launchpad.net/python-ceilometerclient/+milestone/1.1.0 Please report issues through launchpad: https://bugs.launchpad.net/python-ceilometerclient Changes in python-ceilometerclient 1.0.13..1.1.0 ------------------------------------------------ 44af2d4 Add timeout for keystoneclient session bfb6d12 add region_name to auth plugin parameters a5df77d ceilometerclient insecure argument no longer works 2ea9489 fix client docstring fc4c0eb Add CLI for Capabilities REST API d6ce587 ceilometerclient fails with keystone v3 auth 32e8ac0 Updated from global requirements 9b76ad7 Set auth_plugin in __init__ f72dc0c support specify user-id when create sample and alarm bdbec97 add in missing options 5bc02fe Add a post_test_hook for gate-run functional tests 5d52f77 Add cli functional tests from tempest db48aa2 alarm: Use new gnocchi aggregation API d9d8cc6 Move unit tests into their own subdirectory 42207af Add a py34 target for tox e7b8c48 Fixes bug with Client function not setting up SSL params 4fc21b0 Updated from global requirements 0c23c62 Enable specified project_id in CLI commands f1f4524 Support unicode for alarm Diffstat (except docs and test files) ------------------------------------- .testr.conf | 2 +- ceilometerclient/client.py | 80 +- ceilometerclient/common/utils.py | 4 +- ceilometerclient/shell.py | 4 +- ceilometerclient/v2/capabilities.py | 29 + ceilometerclient/v2/client.py | 2 + ceilometerclient/v2/shell.py | 157 ++- requirements.txt | 10 +- test-requirements.txt | 3 +- tox.ini | 5 +- 70 files changed, 5022 insertions(+), 4528 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bfafab6..6ff32c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,3 @@ iso8601>=0.1.9 -oslo.i18n>=1.3.0 # Apache-2.0 -oslo.serialization>=1.2.0 # Apache-2.0 -oslo.utils>=1.2.0 # Apache-2.0 +oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0 +oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0 +oslo.utils>=1.4.0,<1.5.0 # Apache-2.0 @@ -13,2 +13,2 @@ requests>=2.2.0,!=2.4.0 -six>=1.7.0 -stevedore>=1.1.0 # Apache-2.0 +six>=1.9.0 +stevedore>=1.3.0,<1.4.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 6dffed5..953bfe9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ mock>=1.0 -oslosphinx>=2.2.0 # Apache-2.0 +oslosphinx>=2.5.0,<2.6.0 # Apache-2.0 @@ -12,0 +13 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +tempest-lib>=0.4.0 gord __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
