...
Code Block |
---|
provider_type.to_lower_case + property_suffix |
For example for CSP and reseller:
Code Block |
---|
azurecompute-arm_discount=0.2
amazon_discount=0 |
For example for customer of CSP and reseller:
Code Block |
---|
azurecompute-arm_price_factor=1.25
amazon_discount=0
amazon_price_factor=1.17 |
It is also possible to configure the suffix of these properties. SeeĀ Abiquo Configuration Properties#enterprise.
...