Python client library for CloudKitty API
Go to file
Rafael Weingärtner 244f229af7 Fix passenv declaration in tox.ini and function tests python env
While running the tests with the latest tox I was getting the following error message:
```
failed with pass_env values cannot contain whitespace, use comma to have multiple values in a single line'

```

That error is happening because of the passenv declaration. This patch is proposing a fix for that.

Besides the `tox` issue, we also needed to create a patch for the use of virtual env inside DevStack.
This patches presents a solution to run tests using the virtual env of DevStack.

Change-Id: Id8249ebb15d4047dcc6181908eae66eb39722863
2023-08-31 20:18:31 -03:00
cloudkittyclient Fix passenv declaration in tox.ini and function tests python env 2023-08-31 20:18:31 -03:00
doc remove unicode prefix from code 2022-08-24 19:47:52 +08:00
etc/cloudkitty Rewrite of the client 2018-06-15 12:08:21 +02:00
playbooks/cloudkittyclient-devstack-functional Rewrite of the client 2018-06-15 12:08:21 +02:00
releasenotes Update master for stable/2023.1 2023-02-21 14:50:01 +00:00
.coveragerc move old oslo-incubator code out of openstack/common 2016-10-31 11:15:10 -04:00
.gitignore Fix passenv declaration in tox.ini and function tests python env 2023-08-31 20:18:31 -03:00
.gitreview OpenDev Migration Patch 2019-04-19 19:42:57 +00:00
.stestr.conf Rewrite of the client 2018-06-15 12:08:21 +02:00
.zuul.yaml Switch to 2023.1 Python3 unit tests and generic template name 2022-09-14 09:15:01 +00:00
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 2021-05-19 15:09:51 +00:00
HACKING.rst fix error url 2018-02-05 23:54:07 +08:00
LICENSE Global rewrite of the client 2015-03-17 11:09:48 +01:00
README.rst Rewrite of the client 2018-06-15 12:08:21 +02:00
requirements.txt Drop lower-constraints.txt and its testing 2022-04-30 15:56:26 -05:00
setup.cfg Merge "Introduce reprocessing task API in the CLI" 2022-08-08 15:20:10 +00:00
setup.py Cleanup py27 support 2020-04-04 12:32:35 +02:00
test-requirements.txt Fix `create_threshold` method when using cost as 0 2020-12-11 10:25:10 -03:00
tox.ini Fix passenv declaration in tox.ini and function tests python env 2023-08-31 20:18:31 -03:00

README.rst

CloudKittyClient

image

This is a client for CloudKitty. It provides a Python api (the cloudkittyclient module), a command-line script (cloudkitty), and an OpenStack Client extension (openstack rating).

The client is available on PyPi.