CCI-MOC / openstack-billing-from-db

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

Add support for K80 and A2 #11

Closed knikolla closed 9 months ago

jtriley commented 9 months ago

Also the new public k80 flavors were pushed out yesterday so we should pull the list again and rebuild that cache

knikolla commented 9 months ago

The cache is just to keep a history of all flavors to recover information for deleted flavors. The next time we run invoicing it'll just pull the up to date flavors.

knikolla commented 9 months ago

The flavors cache acts as a cache and it was true as of the time that we ran the invoicing script for the past month, so I want that to be captured in the git history, therefore I'm marking the comments as resolved. When we ran invoicing next, the cache will update to reflect the new flavors and names.