diff --git a/cloudtask/reporter.py b/cloudtask/reporter.py index d431181..8f726c9 100644 --- a/cloudtask/reporter.py +++ b/cloudtask/reporter.py @@ -101,7 +101,7 @@ def fmt_taskconf(taskconf): table = [] for attr in ('split', 'command', 'ec2-region', 'ec2-size', 'ec2-type', - 'user', 'backup-id', 'workers', + 'user', 'backup-id', 'ami-id', 'workers', 'overlay', 'post', 'pre', 'timeout', 'report'): val = taskconf[attr.replace('-', '_')] diff --git a/cloudtask/task.py b/cloudtask/task.py index 61b9432..ae33cf9 100644 --- a/cloudtask/task.py +++ b/cloudtask/task.py @@ -121,7 +121,7 @@ def filter(job): for attr in ('split', 'command', 'hub-apikey', 'ec2-region', 'ec2-size', 'ec2-type', - 'user', 'backup-id', 'workers', + 'user', 'backup-id', 'ami-id', 'workers', 'overlay', 'post', 'pre', 'timeout', 'report'): val = taskconf[attr.replace('-', '_')]