CCI-MOC / openstack-billing-from-db

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

Filter instances deleted before start date #31

Closed knikolla closed 5 months ago

knikolla commented 5 months ago

Depends on #30 (only consider last commit)


Filter instances deleted before start date Implements a WHERE clause in the SQL query for instances that filters out all instances that were deleted before the start date of this billing cycle.

This brings several advantages