introduce support for instances in price calculator
This commit is contained in:
parent
8bb8930361
commit
6ad8b9aa49
3 changed files with 134 additions and 25 deletions
|
@ -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,
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue