RETIRED, further work has moved to Debian project infrastructure
Go to file
Mehdi Abaakouk 8957c54e28 resource: Set correct attribute type
Currently all resources attributes are transmitted as string to the
server. But if the attribute type is a number or a bool, the json must
have the value as float or bool too.

This change does that.

Closes-bug: #1649269
Change-Id: I0f739f782bf081761d289398bcd4185af3d0e7b4
(cherry picked from commit c77109d8b3)
2017-03-27 16:16:24 +02:00
doc/source Merge "doc: some improvements" 2016-05-20 13:09:20 +00:00
gnocchiclient resource: Set correct attribute type 2017-03-27 16:16:24 +02:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:53:18 +00:00
.gitignore doc: use pbr to auto-generate doc 2015-12-23 11:37:25 +01:00
.gitreview Update .gitreview for stable/2.6 2016-09-22 08:28:53 -04:00
.mailmap Add mailmap entry for sileht 2015-12-23 10:34:02 +01:00
.testr.conf functional tests: don't require devstack 2015-08-31 13:52:30 +02:00
CONTRIBUTING.rst Initial Cookiecutter Commit. 2015-08-28 11:43:50 +02:00
HACKING.rst Name the package `gnocchiclient' 2015-09-24 21:28:18 +02:00
LICENSE Initial Cookiecutter Commit. 2015-08-28 11:43:50 +02:00
README.rst Name the package `gnocchiclient' 2015-09-24 21:28:18 +02:00
requirements.txt Use osc-lib instead of openstackclient 2016-07-19 02:10:09 +00:00
setup.cfg Update the home-page with developer documentation 2016-08-04 07:44:53 +08:00
setup.py Initial Cookiecutter Commit. 2015-08-28 11:43:50 +02:00
tox.ini testing: use correct Gnocchi version 2017-03-27 16:14:24 +02:00

README.rst

gnocchiclient

Python bindings to the OpenStack Gnocchi API

This is a client for OpenStack gnocchi API. There's a Python API <api> (the gnocchiclient module), and a command-line script <shell> (installed as gnocchi). Each implements the entire OpenStack Gnocchi API.