RETIRED, further work has moved to Debian project infrastructure
Go to file
Julien Danjou ed880fdd29 Improve authentication documentation
Remove confusing documentation about variables, add OS_AUTH_TYPE for password
authentication and add link to keystoneauth doc.

Change-Id: I5adcb23e18ae03ffd7d37a5604e93d0bd412e78b
Closes-Bug: #1666617
2017-02-21 22:18:30 +01:00
doc/source Improve authentication documentation 2017-02-21 22:18:30 +01:00
gnocchiclient exceptions: make sure resource type not found is checked before resource not found 2017-02-03 16:31:38 +01:00
.coveragerc Update .coveragerc after the removal of openstack directory 2016-10-24 18:58:04 +05:30
.gitignore docs: Add all commands help 2017-01-24 13:06:08 +01:00
.gitreview Initial Cookiecutter Commit. 2015-08-28 11:43:50 +02: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 new keystoneauth1 helper 2017-01-31 11:58:16 +01:00
setup.cfg Trivial: remove support for py34 2017-02-09 23:59:31 +08:00
setup.py Initial Cookiecutter Commit. 2015-08-28 11:43:50 +02:00
tox.ini Trivial: remove support for py34 2017-02-09 23:59:31 +08: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.