introduce support for instances in price calculator

This commit is contained in:
Tobias Brunner 2025-06-04 17:39:53 +02:00
parent 8bb8930361
commit 6ad8b9aa49
No known key found for this signature in database
3 changed files with 134 additions and 25 deletions

View file

@ -369,6 +369,8 @@ def generate_pricing_data(offering):
"sla_price": sla_price,
"final_price": final_price,
"storage_price": storage_price_data.get(currency, 0),
"ha_replica_min": appcat_price.ha_replica_min,
"ha_replica_max": appcat_price.ha_replica_max,
}
)