You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/05/18 16:38:19 UTC

[GitHub] GabrielBrascher opened a new pull request #2119: Tariff value is for 1MB of RAM used per month (not hour).

GabrielBrascher opened a new pull request #2119: Tariff value is for 1MB of RAM used per month (not hour).
URL: https://github.com/apache/cloudstack/pull/2119
 
 
   The quota memory tariff description in the CloudStack UI is wrong when defines that the value is for "using 1MB or RAM for 1 hour". The quota currency values reflect the value of a resource used per month, not an hour.
   
   Quota divides the tariff value by the number of hours a month has (30 days - 720 hours); then it calculates the credits used by a client based on its usage per hour. Thus, the tariff value configured in the interface must be per month, not an hour.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services