a15f11a7d273d01572743f918a191b7a6c6c36dc

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
CloudKittyClient
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
Languages
Python
100%