Changelog for
python-gnocchiclient-doc-3.1.1-5.123.noarch.rpm :
* Thu Sep 21 2017 dmuellerAATTsuse.com- drop runtime dependency on openstack-doc-tools
* Mon Aug 07 2017 cloud-develAATTsuse.de- update to version 3.1.1 - Fix data display when listing resources - Use new keystoneauth1 helper - shell: make client works with default Gnocchi installation - Stop always encoding resource - doc: Add authentication examples - Trivial: remove support for py34 - docs: Add all commands help - allow to pass session and adapter options - add note when using OS_AUTH_TYPE - Remove pbr cap - exceptions: make sure resource type not found is checked before resource not found
* Mon Feb 13 2017 cloud-develAATTsuse.de- update to version 2.8.2: - Add \"batch delete resource client\" - Remove unused method - [doc] Note lack of constraints is a choice - Add support for basic authentication - support resample option - Remove no more usefull help - Use proper unicode type for help string - Remove non working operator - Bump hacking to 0.12 - Updated coverage configuration file - Switch to basic auth in functional tests and fix encoding - Add reaggregation function argument to measures aggregation - fix 409 exception regex - Update .coveragerc after the removal of openstack directory - add support for refresh - Add ResourceTypeNotFound exception - support fill option - metric: add support for `--create-metrics\' in batch-resources-metrics - Handles http error parse of keystone - Allow to update resource_type - Fix a has been deprecated api - osc: Pass interface and region to gnocchi client - enable pagination for metric list - resource: Set correct attribute type - Delete the useless code - auth: fix header type - Replaces uuid.uuid4 with uuidutils.generate_uuid()
* Mon Sep 05 2016 tbechtoldAATTsuse.comupdate to version 2.5.0
* Use osc-lib instead of openstackclient
* Remove redundant parentheses
* Fix bad entry points in setup.cfg
* [Trivial] Remove executable privilege of doc/source/conf.py
* noauth: fix endpoint envvar
* doc: use pbr to auto-generate doc
* Translate resource_id to UUID5 format.
* Add mailmap entry for sileht
* exceptions: use lower case everywhere
* Use pifpaf instead of overtest to run tests
* Fix gate failures
* Remove testscenarios dependency
* doc: some improvements
* Add granularity argument to measures aggregation
* Use overtest to run Gnocchi
* Raise the correct exception on archive policy rule not found
* Bump hacking to 0.11.0
* Switch from deprecated tempest-lib to tempest
* Quote query string when POST is used
* utils: allow to encode params with list/tuple
* Remove refernces to queues in the osc client
* Use extras in setup.cfg for deps
* fix typos in comment & help string
* Raise an error when metric name doesn\'t exists
* Make the wheel universal
* Allow to start Gnocchi command with OSC
* Prepare compatibility with OSC
* fix test debug
* Remove i18n support
* Supported resources list cli support
* Ensure description exists for HTTP error.
* Fix a spell typos
* exceptions: use url from Reponse object
* Show original_resource_id in resource list cmd
* Support newer version of MySQL
* Allow create resource type
* utils: allow UUID to not have any dash
* shell: document query parameters
* Allow to list resource-types
* utils: switch format function to functional
* Remove discover test-dependency
* Allow to show a resource type
* show and add unit for metric list and create
* doc: fix typo in shell
* Use tox to install Gnocchi
* Trival: Remove unused logging import
* utils: include 0 values
* cli: use type kwarg from argparse to parse queries
* Add granularity argument to measures show
* resource: show all attributes when requesting detailed history
* Make utils.dict_to_querystring result predictible
* [resource] fix custom formatting of metrics
* shell: disallow abbrev in argparse
* Clean flake8 ignore
* search: Ensure we didn\'t ignore extra chars
* Fix gnocchi new install deps and func test
* supplement the type of marker explaination
* benchmark: allow to wait for all measures to be processed
* Corrected docstring for create metric
* Fix delete metric on resource create/update
* resource: move --delete-metric to update only
* Add doc building for gnocchi.xyz
* exceptions: fix typo in class name
* Delete openstack/common from the exclude list of flake8 in tox
* Allow to delete a resource type
* benchmark: minimize client computed time
* metric: add support for groupby in aggregation
* Fix docstring in from_response
* Use overtest to run MySQL
* remove MANIFEST.in
* minimise report
* fix custom formatting of archive policy
* Add batching to client
* add support for update archive policy
* Update the home-page with developer documentation
* fix benchmark entry points
* tests: do not use \"low\" as archive policy name
* Add support for Python 3.5
* The search query is mandatory
* one type error in resource.py
* tests: Fix option names
* shell: remove \"resource list-types\"- Update _service and switch to upstream spec template
* Fri Mar 18 2016 dmuellerAATTsuse.com- downgrade python-gnocchi to recommends
* Wed Mar 02 2016 dmuellerAATTsuse.com- update to 2.1.0:
* Allow to set resource type for aggregation
* Examples in doc should be workable
* Handle rename from dbsync to upgrade
* Fixed history parameter having no effect on search
* Thu Jan 21 2016 aplanasAATTsuse.com- Initial package