Go to file
Rafael Weingärtner a15f11a7d2 Fix create_threshold method when using cost as 0
When using 0 as the cost, the `create_threshold` method
throws an exception. That happens because 0 (zero) is evaluated
to False. Therefore, we need to change the validation method to
check if the values are None.

Change-Id: Iedd541c0ad16db0d11d6e6de332eddf880af1698
2020-12-11 10:25:10 -03:00
2020-05-20 14:51:45 +08:00
2018-06-15 12:08:21 +02:00
2018-06-15 12:08:21 +02:00
2019-04-19 19:42:57 +00:00
2018-06-15 12:08:21 +02:00
2020-09-08 22:47:17 +00:00
2018-02-05 23:54:07 +08:00
2015-03-17 11:09:48 +01:00
2018-06-15 12:08:21 +02:00
2020-04-04 12:32:35 +02:00
2020-09-07 11:29:21 -03:00

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.

Description
Python client library for CloudKitty API
Readme 2.8 MiB
Languages
Python 100%