Closed (fixed)
Project:
Cloud
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2013 at 00:50 UTC
Updated:
28 Feb 2013 at 00:50 UTC
When a user's instance passes the budget, the group email template is used.
Dear ,
The total cost of your group's cloud instances has gone past the allocated
budget. Please consider terminating some instances or increasing the group's
budget.
Thank you
-- Clanavi D7
This Total cost of all instances of user reached or crossed budget template should be used instead.
Comments
Comment #1
baldwinlouie commentedhttp://drupalcode.org/project/cloud.git/commit/5e67c16
Fixed the wrong template declaration. Also pulled out the mail function into a common function used named cloud_metering_send_mail() used by all functions that needs to send mail.