CCI-MOC / openstack-billing-from-db

Simple billing from the database
Apache License 2.0
1 stars 3 forks source link

Bill for K80s #23

Closed knikolla closed 7 months ago

knikolla commented 7 months ago

We weren't charging for them as flavor wasn't being correctly summed in billing.py.

To prevent this from happening again, if a flavor can't be summed up to a SU type, the script will raise an exception.

Related #21