CCI-MOC / openstack-billing-from-db

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

Add support for not billing during outages #68

Closed knikolla closed 1 month ago

knikolla commented 1 month ago

Currently hardcoded values for the MGHPCC shutdown during May 2024.

Implemented via subtraction of the runtime of instances during the outage.

knikolla commented 1 month ago

@naved001 thanks for the review! Made an additional commit that made some small refactoring to allow testing and fixed a weird bug that I was encountering in testing.